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 8c0c423..8bcb6b0 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -1226,7 +1226,7 @@ xs_dict *msg_actor(snac *snac)
1226 else 1226 else
1227 if (xs_type(md) == XSTYPE_STRING) { 1227 if (xs_type(md) == XSTYPE_STRING) {
1228 metadata = xs_dict_new(); 1228 metadata = xs_dict_new();
1229 xs *l = xs_split(md, "\r\n"); 1229 xs *l = xs_split(md, "\n");
1230 const char *ll; 1230 const char *ll;
1231 1231
1232 xs_list_foreach(l, ll) { 1232 xs_list_foreach(l, ll) {