diff options
| -rw-r--r-- | mastoapi.c | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2347,6 +2347,9 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, | |||
| 2347 | xs *acct = mastoapi_account(actor_o); | 2347 | xs *acct = mastoapi_account(actor_o); |
| 2348 | 2348 | ||
| 2349 | acl = xs_list_append(acl, acct); | 2349 | acl = xs_list_append(acl, acct); |
| 2350 | |||
| 2351 | if (!object_here(actor)) | ||
| 2352 | object_add(actor, actor_o); | ||
| 2350 | } | 2353 | } |
| 2351 | } | 2354 | } |
| 2352 | } | 2355 | } |