diff options
author | default <nobody@localhost> | 2024-04-10 18:27:17 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-04-10 18:27:17 +0200 |
commit | 1a6bb79921b78f89dd975b5f6a7b3ad7d454a7b6 (patch) | |
tree | a279608df3544efc8fcf79af5c11b8bb51e609b7 /snac.h | |
parent | a6958d6161b09110c2d88ee6d96cadcc1c458b27 (diff) |
New function msg_repulsion.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -264,6 +264,7 @@ char *get_atto(const xs_dict *msg); xs_list *get_attachments(const xs_dict *msg); xs_dict *msg_admiration(snac *snac, char *object, char *type); +xs_dict *msg_repulsion(snac *user, char *id, char *type); xs_dict *msg_create(snac *snac, const xs_dict *object); xs_dict *msg_follow(snac *snac, const char *actor); |