diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-09-10 11:11:10 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2021-04-05 19:19:11 +0200 |
commit | c9449326747f8d33357f5179e69d3024b39089a0 (patch) | |
tree | dfbec338f951f85696bdb03dba6204070d20aea2 /test/fixtures | |
parent | e2a3365b5ce86293a5fed28c06b2e7d9dd97c9d1 (diff) | |
download | pleroma-c9449326747f8d33357f5179e69d3024b39089a0.tar.gz pleroma-c9449326747f8d33357f5179e69d3024b39089a0.zip |
Pipeline Ingestion: Note
Diffstat (limited to 'test/fixtures')
-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"] |