summaryrefslogtreecommitdiff
path: root/test/fixtures/activitypub-client-post-activity.json
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-07-27 08:54:26 -0500
committerAlex Gleason <alex@alexgleason.me>2021-07-27 08:54:26 -0500
commit7f23dd6cc867e839ec721d34e3c114a68a5aed9e (patch)
treee1502ee85803ecc5050a213ab07cfb105d0ed41f /test/fixtures/activitypub-client-post-activity.json
parent9cc8642b80a3eceac405751a9c6b0be8e55db56d (diff)
parent7acdab1f305bac744a302e3b44e2e920d6bc8a47 (diff)
downloadpleroma-7f23dd6cc867e839ec721d34e3c114a68a5aed9e.tar.gz
pleroma-7f23dd6cc867e839ec721d34e3c114a68a5aed9e.zip
Merge remote-tracking branch 'pleroma/develop' into object-tombstone-visibility
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"]