diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-12-25 19:57:53 -0600 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-12-25 19:57:53 -0600 |
| commit | db2bf55e9bb31af2ed34805ca7fa98ce67b471b1 (patch) | |
| tree | f532711eaf19111e22375e87706edf5a3024e5b5 /test/fixtures/activitypub-client-post-activity.json | |
| parent | b15c4629ff3093353ac5e37d381db1cdc4da1c3a (diff) | |
| parent | 73609211a425922a5068d3912a36b82abe24e12c (diff) | |
| download | pleroma-db2bf55e9bb31af2ed34805ca7fa98ce67b471b1.tar.gz pleroma-db2bf55e9bb31af2ed34805ca7fa98ce67b471b1.zip | |
Merge remote-tracking branch 'origin/develop' into notice-routes
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"] |
