diff options
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 19e39a9..2791047 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -1158,7 +1158,7 @@ xs_dict *msg_actor(snac *snac) | |||
| 1158 | msg = xs_dict_set(msg, "preferredUsername", snac->uid); | 1158 | msg = xs_dict_set(msg, "preferredUsername", snac->uid); |
| 1159 | msg = xs_dict_set(msg, "published", xs_dict_get(snac->config, "published")); | 1159 | msg = xs_dict_set(msg, "published", xs_dict_get(snac->config, "published")); |
| 1160 | 1160 | ||
| 1161 | xs *f_bio_2 = not_really_markdown(xs_dict_get(snac->config, "bio"), NULL, NULL); | 1161 | xs *f_bio_2 = not_really_markdown(xs_dict_get(snac->config, "bio"), NULL, &tags); |
| 1162 | f_bio = process_tags(snac, f_bio_2, &tags); | 1162 | f_bio = process_tags(snac, f_bio_2, &tags); |
| 1163 | msg = xs_dict_set(msg, "summary", f_bio); | 1163 | msg = xs_dict_set(msg, "summary", f_bio); |
| 1164 | msg = xs_dict_set(msg, "tag", tags); | 1164 | msg = xs_dict_set(msg, "tag", tags); |