summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorGravatar green2025-04-13 15:44:24 +0200
committerGravatar green2025-04-13 15:49:18 +0200
commit0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e (patch)
tree25ff6d1bec2c143978f356e2c5d7ea472755853a /activitypub.c
parentemoji variant selector in react notifications (diff)
downloadpenes-snac2-0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e.tar.gz
penes-snac2-0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e.tar.xz
penes-snac2-0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e.zip
cleaned up old changes and outdated comments
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/activitypub.c b/activitypub.c
index ee7c9b1..2403a62 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -34,7 +34,7 @@ const char *susie_cool =
34 "+ZcgN7wF7ZVihXkfSlWIVzIA6dbQzaygllpNuTX" 34 "+ZcgN7wF7ZVihXkfSlWIVzIA6dbQzaygllpNuTX"
35 "ZmmFNlvxADX1+o0cUPMbAAAAAElFTkSuQmCC"; 35 "ZmmFNlvxADX1+o0cUPMbAAAAAElFTkSuQmCC";
36 36
37const char *susie_muertos = 37const char *susie_muertos =
38 "iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQAAAAC" 38 "iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQAAAAC"
39 "CEkxzAAAAV0lEQVQoz4XQsQ0AMQxCUW/A/lv+DT" 39 "CEkxzAAAAV0lEQVQoz4XQsQ0AMQxCUW/A/lv+DT"
40 "ic6zGRolekIMyMELNp8PiCEw6Q4w4NoAt53IH5m" 40 "ic6zGRolekIMyMELNp8PiCEw6Q4w4NoAt53IH5m"
@@ -1328,8 +1328,7 @@ xs_dict *msg_actor(snac *snac)
1328 msg = xs_dict_set(msg, "published", xs_dict_get(snac->config, "published")); 1328 msg = xs_dict_set(msg, "published", xs_dict_get(snac->config, "published"));
1329 1329
1330 // this exists so we get the emoji tags from our name too. 1330 // this exists so we get the emoji tags from our name too.
1331 // and then we just throw away the result, because it's kinda useless to have markdown in the dysplay name. 1331 // and then we just throw away the result, because it's kinda useless to have markdown in the display name.
1332 // right now, only emojies in bio actually work for local users
1333 xs *name_dummy = not_really_markdown(xs_dict_get(snac->config, "name"), NULL, &tags); 1332 xs *name_dummy = not_really_markdown(xs_dict_get(snac->config, "name"), NULL, &tags);
1334 1333
1335 xs *f_bio_2 = not_really_markdown(xs_dict_get(snac->config, "bio"), NULL, &tags); 1334 xs *f_bio_2 = not_really_markdown(xs_dict_get(snac->config, "bio"), NULL, &tags);