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 9cede58..ccb21c8 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -656,7 +656,7 @@ void notify(snac *snac, char *type, char *utype, char *actor, char *msg)
if (strcmp(type, "Create") == 0) {
/* only notify of notes specifically for us */
- char *rcpts = recipient_list(snac, msg, 0);
+ xs *rcpts = recipient_list(snac, msg, 0);
if (xs_list_in(rcpts, snac->actor) == -1)
return;