summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 252c084..7017899 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -1094,7 +1094,7 @@ int activitypub_get_handler(d_char *req, char *q_path,
1094 else 1094 else
1095 if (strcmp(p_path, "outbox") == 0) { 1095 if (strcmp(p_path, "outbox") == 0) {
1096 xs *id = xs_fmt("%s/outbox", snac.actor); 1096 xs *id = xs_fmt("%s/outbox", snac.actor);
1097 xs *elems = timeline_simple_list(&snac, "public", 20); 1097 xs *elems = timeline_simple_list(&snac, "public", 0, 20);
1098 xs *list = xs_list_new(); 1098 xs *list = xs_list_new();
1099 msg = msg_collection(&snac, id); 1099 msg = msg_collection(&snac, id);
1100 char *p, *v; 1100 char *p, *v;