diff options
| author | 2024-05-30 22:38:05 +0000 | |
|---|---|---|
| committer | 2024-05-30 22:38:05 +0000 | |
| commit | ac3b5dcbd472b533ec543331692921b804fd02e4 (patch) | |
| tree | 617f5c6a099298a92fe7ff2ca42543b933905d4e /activitypub.c | |
| parent | Implement instance announcements (diff) | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | snac2-ac3b5dcbd472b533ec543331692921b804fd02e4.tar.gz snac2-ac3b5dcbd472b533ec543331692921b804fd02e4.tar.xz snac2-ac3b5dcbd472b533ec543331692921b804fd02e4.zip | |
Merge branch 'master' into announcements
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 4247078..212dd2f 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -239,7 +239,7 @@ xs_list *get_attachments(const xs_dict *msg) | |||
| 239 | if (xs_is_null(name)) | 239 | if (xs_is_null(name)) |
| 240 | name = xs_dict_get(msg, "name"); | 240 | name = xs_dict_get(msg, "name"); |
| 241 | if (xs_is_null(name)) | 241 | if (xs_is_null(name)) |
| 242 | name = L("No description"); | 242 | name = ""; |
| 243 | 243 | ||
| 244 | xs *d = xs_dict_new(); | 244 | xs *d = xs_dict_new(); |
| 245 | d = xs_dict_append(d, "type", type); | 245 | d = xs_dict_append(d, "type", type); |