From a2cab2bab6bcbf5772c8be4c8493a580b4eb4405 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 12 Apr 2023 15:43:06 +0200 Subject: Updated RELEASE_NOTES. --- mastoapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mastoapi.c') 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, 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; -- cgit v1.2.3