diff options
| author | 2022-09-26 09:22:32 +0200 | |
|---|---|---|
| committer | 2022-09-26 09:22:32 +0200 | |
| commit | e0e86d269abf596b4af3296152ccfe86de1139bd (patch) | |
| tree | 7c1c5bd39040a20a93ad3e3c8c086f448cfd240e /activitypub.c | |
| parent | New function recipients(). (diff) | |
| download | snac2-e0e86d269abf596b4af3296152ccfe86de1139bd.tar.gz snac2-e0e86d269abf596b4af3296152ccfe86de1139bd.tar.xz snac2-e0e86d269abf596b4af3296152ccfe86de1139bd.zip | |
Renamed to recipient_list().
Diffstat (limited to 'activitypub.c')
| -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) | |||
| 379 | } | 379 | } |
| 380 | 380 | ||
| 381 | 381 | ||
| 382 | d_char *recipents(snac *snac, char *msg, int expand_public) | 382 | d_char *recipent_list(snac *snac, char *msg, int expand_public) |
| 383 | /* returns the list of recipients for a message */ | 383 | /* returns the list of recipients for a message */ |
| 384 | { | 384 | { |
| 385 | d_char *list = xs_list_new(); | 385 | d_char *list = xs_list_new(); |