diff options
author | default <nobody@localhost> | 2023-04-12 15:43:06 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-12 15:43:06 +0200 |
commit | a2cab2bab6bcbf5772c8be4c8493a580b4eb4405 (patch) | |
tree | 6b444fea7cdc7194381958618da60222d0c27f04 /mastoapi.c | |
parent | ed957b4646dbbf67ccbbcd1d52c3fc4009ea0f56 (diff) |
Updated RELEASE_NOTES.
Diffstat (limited to 'mastoapi.c')
-rw-r--r-- | mastoapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -927,7 +927,7 @@ int mastoapi_get_handler(const xs_dict *req, const char *q_path, else if (strcmp(op, "reblogged_by") == 0 || strcmp(op, "favourited_by") == 0) { - /* return the list of likes or boosts */ + /* return the list of people who liked or boosted this */ out = xs_list_new(); xs *l = NULL; |