summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/activitypub.c b/activitypub.c
index 5e1fa79..5e020b1 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -733,6 +733,8 @@ d_char *msg_note(snac *snac, char *content, char *rcpts, char *in_reply_to, char
msg = xs_dict_append(msg, "inReplyTo", irt);
msg = xs_dict_append(msg, "tag", tag);
+ msg = xs_dict_append(msg, "sourceContent", content);
+
if (atls != NULL)
msg = xs_dict_append(msg, "attachment", atls);