summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
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);