diff options
| author | default <nobody@localhost> | 2024-11-24 09:14:59 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-11-24 09:14:59 +0100 |
| commit | 0db1cf05d1013f9b1e972ae79822f9eda4dede59 (patch) | |
| tree | b7b4c0737fb5bd614c21ced9ef863651c00ecb69 /snac.h | |
| parent | 0ddbe7e53b8331d2de42ad29ceca35b715f1c121 (diff) | |
New web actions "Approve" and "Discard".
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -320,6 +320,7 @@ xs_dict *msg_update(snac *snac, const xs_dict *object); xs_dict *msg_ping(snac *user, const char *rcpt); xs_dict *msg_pong(snac *user, const char *rcpt, const char *object); xs_dict *msg_move(snac *user, const char *new_account); +xs_dict *msg_accept(snac *snac, const xs_val *object, const char *to); xs_dict *msg_question(snac *user, const char *content, xs_list *attach, const xs_list *opts, int multiple, int end_secs); |