diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-07-27 08:29:53 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-07-27 08:29:53 -0500 |
| commit | 33a19c002a9196cb67d3379d5237f9490c957f1b (patch) | |
| tree | ba6cbd601f1c20560d627677b1332324898fb01f /test/fixtures/activitypub-client-post-activity.json | |
| parent | 94db0b7cd604022c65b9f70e5c5a939ac3ed4801 (diff) | |
| parent | 7acdab1f305bac744a302e3b44e2e920d6bc8a47 (diff) | |
| download | pleroma-33a19c002a9196cb67d3379d5237f9490c957f1b.tar.gz pleroma-33a19c002a9196cb67d3379d5237f9490c957f1b.zip | |
Merge remote-tracking branch 'pleroma/develop' into errorview-json-fix
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"] |
