From 0930ce726fa5750eed4f1f53627428dab0944f1a Mon Sep 17 00:00:00 2001 From: default Date: Sat, 10 Feb 2024 09:08:09 +0100 Subject: New function is_msg_from_private_user(). --- snac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index cf2cf38..fd79a9d 100644 --- a/snac.h +++ b/snac.h @@ -277,6 +277,7 @@ xs_str *get_actor_inbox(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(const xs_dict *msg); +int is_msg_from_private_user(const xs_dict *msg); int is_msg_for_me(snac *snac, const xs_dict *msg); int process_user_queue(snac *snac); -- cgit v1.2.3