diff options
| author | 2023-04-12 15:43:06 +0200 | |
|---|---|---|
| committer | 2023-04-12 15:43:06 +0200 | |
| commit | a2cab2bab6bcbf5772c8be4c8493a580b4eb4405 (patch) | |
| tree | 6b444fea7cdc7194381958618da60222d0c27f04 /mastoapi.c | |
| parent | Added support for like and boost lists. (diff) | |
| download | snac2-a2cab2bab6bcbf5772c8be4c8493a580b4eb4405.tar.gz snac2-a2cab2bab6bcbf5772c8be4c8493a580b4eb4405.tar.xz snac2-a2cab2bab6bcbf5772c8be4c8493a580b4eb4405.zip | |
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, | |||
| 927 | else | 927 | else |
| 928 | if (strcmp(op, "reblogged_by") == 0 || | 928 | if (strcmp(op, "reblogged_by") == 0 || |
| 929 | strcmp(op, "favourited_by") == 0) { | 929 | strcmp(op, "favourited_by") == 0) { |
| 930 | /* return the list of likes or boosts */ | 930 | /* return the list of people who liked or boosted this */ |
| 931 | out = xs_list_new(); | 931 | out = xs_list_new(); |
| 932 | 932 | ||
| 933 | xs *l = NULL; | 933 | xs *l = NULL; |