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