summaryrefslogtreecommitdiff
path: root/test/fixtures/activitypub-client-post-activity.json
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-07-17 15:03:43 -0500
committerAlex Gleason <alex@alexgleason.me>2021-07-17 15:03:43 -0500
commit3674179b26b3351e34f527b7e267a5ff0f551c2e (patch)
treeef705aed9e5ea92bfe5de04e1353d365b842e94e /test/fixtures/activitypub-client-post-activity.json
parentbad79f79e65dc9b093f364393b802c67d632a5c6 (diff)
parent3f58213646238aeca542e2f69ef3bbf0105eaa5d (diff)
downloadpleroma-3674179b26b3351e34f527b7e267a5ff0f551c2e.tar.gz
pleroma-3674179b26b3351e34f527b7e267a5ff0f551c2e.zip
Merge remote-tracking branch 'pleroma/develop' into instance-deletion
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"]