diff options
| author | 2023-07-04 17:15:38 +0200 | |
|---|---|---|
| committer | 2023-07-04 17:15:38 +0200 | |
| commit | 38ee86f81e74edec97bf04d999d21221565f44fb (patch) | |
| tree | 56860dd880c3d4554b16b9b7bed8262754c4bc4b /snac.h | |
| parent | Fixed weird prototype of process_tags(). (diff) | |
| download | snac2-38ee86f81e74edec97bf04d999d21221565f44fb.tar.gz snac2-38ee86f81e74edec97bf04d999d21221565f44fb.tar.xz snac2-38ee86f81e74edec97bf04d999d21221565f44fb.zip | |
Also call process_tags() when in the public timeline's bio.
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -207,6 +207,8 @@ int webfinger_get_handler(xs_dict *req, char *q_path, | |||
| 207 | 207 | ||
| 208 | const char *default_avatar_base64(void); | 208 | const char *default_avatar_base64(void); |
| 209 | 209 | ||
| 210 | xs_str *process_tags(snac *snac, const char *content, xs_list **tag); | ||
| 211 | |||
| 210 | xs_dict *msg_admiration(snac *snac, char *object, char *type); | 212 | xs_dict *msg_admiration(snac *snac, char *object, char *type); |
| 211 | xs_dict *msg_create(snac *snac, const xs_dict *object); | 213 | xs_dict *msg_create(snac *snac, const xs_dict *object); |
| 212 | xs_dict *msg_follow(snac *snac, const char *actor); | 214 | xs_dict *msg_follow(snac *snac, const char *actor); |