diff options
| author | 2024-11-19 21:40:18 +0100 | |
|---|---|---|
| committer | 2024-11-19 21:40:18 +0100 | |
| commit | 67431130162b1027cc3894f947be309b2daa3cd3 (patch) | |
| tree | 847930f363f0d6f13e688342dab8623de78db651 /snac.h | |
| parent | only rwc /dev/shm when WITHOUT_SHM is undefined (diff) | |
| parent | Updated documentation. (diff) | |
| download | snac2-67431130162b1027cc3894f947be309b2daa3cd3.tar.gz snac2-67431130162b1027cc3894f947be309b2daa3cd3.tar.xz snac2-67431130162b1027cc3894f947be309b2daa3cd3.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -298,6 +298,7 @@ const char *default_avatar_base64(void); | |||
| 298 | xs_str *process_tags(snac *snac, const char *content, xs_list **tag); | 298 | xs_str *process_tags(snac *snac, const char *content, xs_list **tag); |
| 299 | 299 | ||
| 300 | const char *get_atto(const xs_dict *msg); | 300 | const char *get_atto(const xs_dict *msg); |
| 301 | const char *get_in_reply_to(const xs_dict *msg); | ||
| 301 | xs_list *get_attachments(const xs_dict *msg); | 302 | xs_list *get_attachments(const xs_dict *msg); |
| 302 | 303 | ||
| 303 | xs_dict *msg_admiration(snac *snac, const char *object, const char *type); | 304 | xs_dict *msg_admiration(snac *snac, const char *object, const char *type); |