diff options
author | default <nobody@localhost> | 2023-03-02 09:01:08 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-03-02 09:01:08 +0100 |
commit | e74ae0f58971e12422068f85e35fc7928206e9f9 (patch) | |
tree | 9fc80a58cc301d076837837eab5e54ff7ae76793 /activitypub.c | |
parent | 5e3c50d6e1ea2105add614fa2eb45612e577ddac (diff) |
Renamed inboxes/ to inbox/.
Diffstat (limited to 'activitypub.c')
-rw-r--r-- | activitypub.c | 3 |
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) } +#if 0 d_char *inbox_list(snac *snac, char *msg) /* returns the list of inboxes that are recipients of this message */ { @@ -302,7 +303,7 @@ d_char *inbox_list(snac *snac, char *msg) return xs_set_result(&inboxes); } - +#endif int is_msg_public(snac *snac, char *msg) /* checks if a message is public */ |