snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit e0e86d269abf596b4af3296152ccfe86de1139bd
parent 46ee4a4a188c8aabab7c1bd97581a3b7820955ad
Author: default <nobody@localhost>
Date:   Mon, 26 Sep 2022 09:22:32 +0200

Renamed to recipient_list().

Diffstat:
Mactivitypub.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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();