diff options
author | default <nobody@localhost> | 2023-08-12 09:43:01 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-08-12 09:43:01 +0200 |
commit | 499697258d2c266be69dc13dae96083fc78cd3ef (patch) | |
tree | 9339a03de6c31cf4c30f4e6269815825fc561544 /snac.h | |
parent | b5cab5bddda32c758e9a944371c055de13d8d55a (diff) |
Rewritten is_msg_public() to not depend on a user.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg, xs_str *get_actor_inbox(snac *snac, const char *actor); int send_to_actor(snac *snac, const char *actor, const xs_dict *msg, xs_val **payload, int *p_size, int timeout); -int is_msg_public(snac *snac, const xs_dict *msg); +int is_msg_public(const xs_dict *msg); int is_msg_for_me(snac *snac, const xs_dict *msg); int process_user_queue(snac *snac); |