From e0e86d269abf596b4af3296152ccfe86de1139bd Mon Sep 17 00:00:00 2001 From: default Date: Mon, 26 Sep 2022 09:22:32 +0200 Subject: [PATCH] Renamed to recipient_list(). --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitypub.c b/activitypub.c index a78aacf..8c3f10f 100644 --- a/activitypub.c +++ b/activitypub.c @@ -379,7 +379,7 @@ void process_queue(snac *snac) } -d_char *recipents(snac *snac, char *msg, int expand_public) +d_char *recipent_list(snac *snac, char *msg, int expand_public) /* returns the list of recipients for a message */ { d_char *list = xs_list_new();