diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-08-04 11:48:57 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-08-04 11:48:57 -0500 |
| commit | 44ede0657f2da0a761de76b1f9822a293430d497 (patch) | |
| tree | 387a8915bdb6ff1295f4f0872b2e6bc97e177831 /test/fixtures/activitypub-client-post-activity.json | |
| parent | 1f093cb216ed0d6b0d23b05e1ffbbf55dc72bbee (diff) | |
| parent | d8a986c9e893de8eed3aa336a557695669b1ffee (diff) | |
| download | pleroma-44ede0657f2da0a761de76b1f9822a293430d497.tar.gz pleroma-44ede0657f2da0a761de76b1f9822a293430d497.zip | |
Merge remote-tracking branch 'pleroma/develop' into staff-plug
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"] |
