summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
authorGravatar default2023-04-12 15:43:06 +0200
committerGravatar default2023-04-12 15:43:06 +0200
commita2cab2bab6bcbf5772c8be4c8493a580b4eb4405 (patch)
tree6b444fea7cdc7194381958618da60222d0c27f04 /mastoapi.c
parentAdded support for like and boost lists. (diff)
downloadsnac2-a2cab2bab6bcbf5772c8be4c8493a580b4eb4405.tar.gz
snac2-a2cab2bab6bcbf5772c8be4c8493a580b4eb4405.tar.xz
snac2-a2cab2bab6bcbf5772c8be4c8493a580b4eb4405.zip
Updated RELEASE_NOTES.
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastoapi.c b/mastoapi.c
index abdce34..eec4119 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -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;