diff options
author | default <nobody@localhost> | 2022-09-26 09:22:32 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-26 09:22:32 +0200 |
commit | e0e86d269abf596b4af3296152ccfe86de1139bd (patch) | |
tree | 7c1c5bd39040a20a93ad3e3c8c086f448cfd240e | |
parent | 46ee4a4a188c8aabab7c1bd97581a3b7820955ad (diff) |
Renamed to recipient_list().
-rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |