summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorLouis Brauer <louis77@noreply.codeberg.org>2024-05-30 22:38:05 +0000
committerLouis Brauer <louis77@noreply.codeberg.org>2024-05-30 22:38:05 +0000
commitac3b5dcbd472b533ec543331692921b804fd02e4 (patch)
tree617f5c6a099298a92fe7ff2ca42543b933905d4e /activitypub.c
parentc3bcb2bd3b354bb05997347821a37506ca6cc298 (diff)
parenteed9324cb0ea216bfb649a47bbfcc521824a2836 (diff)
Merge branch 'master' into announcements
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 4247078..212dd2f 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -239,7 +239,7 @@ xs_list *get_attachments(const xs_dict *msg)
if (xs_is_null(name))
name = xs_dict_get(msg, "name");
if (xs_is_null(name))
- name = L("No description");
+ name = "";
xs *d = xs_dict_new();
d = xs_dict_append(d, "type", type);