diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-07-14 09:02:55 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-07-14 09:02:55 -0500 |
commit | 1a2fe96d56350dc685eb53112630af567de8d5bd (patch) | |
tree | 31f5c24d81ab1a226776158d4bb1a62ef72c8834 /test/fixtures/activitypub-client-post-activity.json | |
parent | 167e14416bec2846d3282a121cfcfd147a04a8bf (diff) | |
parent | 173e977e283789a814278c63bc81f40a13942e21 (diff) | |
download | pleroma-1a2fe96d56350dc685eb53112630af567de8d5bd.tar.gz pleroma-1a2fe96d56350dc685eb53112630af567de8d5bd.zip |
Merge remote-tracking branch 'pleroma/develop' into admin-api-users-date
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"] |