summaryrefslogtreecommitdiff
path: root/test/fixtures/activitypub-client-post-activity.json
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-07-18 11:36:41 -0500
committerAlex Gleason <alex@alexgleason.me>2021-07-18 11:49:22 -0500
commit62bf6d67e393d2b290d226e8505d622d944c9a26 (patch)
treee1503a97fcc551b1495e3c98b2acc889e8a48299 /test/fixtures/activitypub-client-post-activity.json
parent70f1496eb861650d16310205cef1957fcd201948 (diff)
parent3f58213646238aeca542e2f69ef3bbf0105eaa5d (diff)
downloadpleroma-62bf6d67e393d2b290d226e8505d622d944c9a26.tar.gz
pleroma-62bf6d67e393d2b290d226e8505d622d944c9a26.zip
Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes
Diffstat (limited to 'test/fixtures/activitypub-client-post-activity.json')
-rw-r--r--test/fixtures/activitypub-client-post-activity.json1
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"]