diff options
author | lain <lain@soykaf.club> | 2019-01-01 14:19:55 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-01-01 14:19:55 +0100 |
commit | 096a92780541e76229400ad9ee5b990b5e1b4d1f (patch) | |
tree | ac8a34ef7b89c7fe7bb5d97ee9994889a7667414 /test/fixtures | |
parent | 91afbbe4ea76a8af0072682d26a921aab9f64671 (diff) | |
parent | 90e157ef803296989b41d1fbfb5096b39320f75d (diff) | |
download | pleroma-096a92780541e76229400ad9ee5b990b5e1b4d1f.tar.gz pleroma-096a92780541e76229400ad9ee5b990b5e1b4d1f.zip |
Merge remote-tracking branch 'origin/develop' into pool-usage
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/activitypub-client-post-activity.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/activitypub-client-post-activity.json b/test/fixtures/activitypub-client-post-activity.json new file mode 100644 index 000000000..c985e072b --- /dev/null +++ b/test/fixtures/activitypub-client-post-activity.json @@ -0,0 +1,9 @@ +{ + "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}], + "type": "Create", + "object": { + "type": "Note", + "content": "It's a note" + }, + "to": ["https://www.w3.org/ns/activitystreams#Public"] +} |