summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 663fa24..498ba1f 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -279,6 +279,7 @@ d_char *recipient_list(snac *snac, char *msg, int expand_public)
279} 279}
280 280
281 281
282#if 0
282d_char *inbox_list(snac *snac, char *msg) 283d_char *inbox_list(snac *snac, char *msg)
283/* returns the list of inboxes that are recipients of this message */ 284/* returns the list of inboxes that are recipients of this message */
284{ 285{
@@ -302,7 +303,7 @@ d_char *inbox_list(snac *snac, char *msg)
302 303
303 return xs_set_result(&inboxes); 304 return xs_set_result(&inboxes);
304} 305}
305 306#endif
306 307
307int is_msg_public(snac *snac, char *msg) 308int is_msg_public(snac *snac, char *msg)
308/* checks if a message is public */ 309/* checks if a message is public */