aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorgreen <dandelions@disroot.org>2025-04-13 15:44:24 +0200
committergreen <dandelions@disroot.org>2025-04-13 15:49:18 +0200
commit0c03e6c9d9a6b65fede94cc9eab34a05746f8d5e (patch)
tree25ff6d1bec2c143978f356e2c5d7ea472755853a /activitypub.c
parent13c9306abe425eeea710bc11e08da8d3fddbeaf2 (diff)
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 =
"+ZcgN7wF7ZVihXkfSlWIVzIA6dbQzaygllpNuTX"
"ZmmFNlvxADX1+o0cUPMbAAAAAElFTkSuQmCC";
-const char *susie_muertos =
+const char *susie_muertos =
"iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQAAAAC"
"CEkxzAAAAV0lEQVQoz4XQsQ0AMQxCUW/A/lv+DT"
"ic6zGRolekIMyMELNp8PiCEw6Q4w4NoAt53IH5m"
@@ -1328,8 +1328,7 @@ xs_dict *msg_actor(snac *snac)
msg = xs_dict_set(msg, "published", xs_dict_get(snac->config, "published"));
// this exists so we get the emoji tags from our name too.
- // and then we just throw away the result, because it's kinda useless to have markdown in the dysplay name.
- // right now, only emojies in bio actually work for local users
+ // and then we just throw away the result, because it's kinda useless to have markdown in the display name.
xs *name_dummy = not_really_markdown(xs_dict_get(snac->config, "name"), NULL, &tags);
xs *f_bio_2 = not_really_markdown(xs_dict_get(snac->config, "bio"), NULL, &tags);