diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-06-01 01:51:38 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2021-06-01 01:51:38 +0000 |
commit | c4b4258374e73ca4a6e3f3b30e3a8dad0ce40039 (patch) | |
tree | ca1abed7cfe386de882806e13b4498a9c9ca0646 /test/fixtures | |
parent | a0ba44904a9cdf6dea100e5a91bc30b34485d32d (diff) | |
parent | 5ef4659b373ae1106090952ff3e963b419fa1d72 (diff) | |
download | pleroma-c4b4258374e73ca4a6e3f3b30e3a8dad0ce40039.tar.gz pleroma-c4b4258374e73ca4a6e3f3b30e3a8dad0ce40039.zip |
Merge branch 'features/validators-note' into 'develop'
Pipeline Ingestion: Note
Closes #290
See merge request pleroma/pleroma!2984
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/activitypub-client-post-activity.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/activitypub-client-post-activity.json b/test/fixtures/activitypub-client-post-activity.json index c985e072b..e592081bc 100644 --- a/test/fixtures/activitypub-client-post-activity.json +++ b/test/fixtures/activitypub-client-post-activity.json @@ -3,6 +3,7 @@ "type": "Create", "object": { "type": "Note", + "to": ["https://www.w3.org/ns/activitystreams#Public"], "content": "It's a note" }, "to": ["https://www.w3.org/ns/activitystreams#Public"] |