diff options
| author | 2024-11-24 09:14:59 +0100 | |
|---|---|---|
| committer | 2024-11-24 09:14:59 +0100 | |
| commit | 0db1cf05d1013f9b1e972ae79822f9eda4dede59 (patch) | |
| tree | b7b4c0737fb5bd614c21ced9ef863651c00ecb69 /snac.h | |
| parent | Pending follow notifications are shown as "Follow Request". (diff) | |
| download | penes-snac2-0db1cf05d1013f9b1e972ae79822f9eda4dede59.tar.gz penes-snac2-0db1cf05d1013f9b1e972ae79822f9eda4dede59.tar.xz penes-snac2-0db1cf05d1013f9b1e972ae79822f9eda4dede59.zip | |
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); | |||
| 320 | xs_dict *msg_ping(snac *user, const char *rcpt); | 320 | xs_dict *msg_ping(snac *user, const char *rcpt); |
| 321 | xs_dict *msg_pong(snac *user, const char *rcpt, const char *object); | 321 | xs_dict *msg_pong(snac *user, const char *rcpt, const char *object); |
| 322 | xs_dict *msg_move(snac *user, const char *new_account); | 322 | xs_dict *msg_move(snac *user, const char *new_account); |
| 323 | xs_dict *msg_accept(snac *snac, const xs_val *object, const char *to); | ||
| 323 | xs_dict *msg_question(snac *user, const char *content, xs_list *attach, | 324 | xs_dict *msg_question(snac *user, const char *content, xs_list *attach, |
| 324 | const xs_list *opts, int multiple, int end_secs); | 325 | const xs_list *opts, int multiple, int end_secs); |
| 325 | 326 | ||