diff options
| author | default <nobody@localhost> | 2023-04-11 09:50:12 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2023-04-11 09:50:12 +0200 |
| commit | 79224ca2b53c61c1a13de25c7957ec98c85db61c (patch) | |
| tree | b36693c8657b1f4e64f448873e3c51c968511563 /snac.h | |
| parent | 7c9846ef3ebc7fd458ce23aab243efa0089f9901 (diff) | |
New function mastodon_status().
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -196,8 +196,8 @@ int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg, xs_val **payload, int *p_size, int timeout); d_char *get_actor_inbox(snac *snac, char *actor); int send_to_actor(snac *snac, char *actor, char *msg, d_char **payload, int *p_size, int timeout); -int is_msg_public(snac *snac, xs_dict *msg); -int is_msg_for_me(snac *snac, xs_dict *msg); +int is_msg_public(snac *snac, const xs_dict *msg); +int is_msg_for_me(snac *snac, const xs_dict *msg); int process_user_queue(snac *snac); void process_queue_item(xs_dict *q_item); |