diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-07-12 16:23:06 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-07-12 16:23:06 -0500 |
| commit | e40b58fd563d327727fb3f304a5d1a55b2f6f2e4 (patch) | |
| tree | 8ae773cf3b60c62fcd8096ed787da72440edc7a5 /test/fixtures/activitypub-client-post-activity.json | |
| parent | 9a0cb34c8c3a3c47ad5074bd73ad5369ee852192 (diff) | |
| parent | 173e977e283789a814278c63bc81f40a13942e21 (diff) | |
| download | pleroma-e40b58fd563d327727fb3f304a5d1a55b2f6f2e4.tar.gz pleroma-e40b58fd563d327727fb3f304a5d1a55b2f6f2e4.zip | |
Merge remote-tracking branch 'pleroma/develop' into fix-object-deletion-timeout
Diffstat (limited to 'test/fixtures/activitypub-client-post-activity.json')
| -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"] |
