summaryrefslogtreecommitdiff
path: root/test/fixtures/activitypub-client-post-activity.json
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2018-12-30 19:50:15 +0000
committerkaniini <nenolod@gmail.com>2018-12-30 19:50:15 +0000
commitdfde2622d0c14195392e306fadc7c729c68da273 (patch)
tree1be5f183475db92bac294e453c3bebb67492786d /test/fixtures/activitypub-client-post-activity.json
parentf5d7b0003ea200d13abca2cbd4e4f59db9658231 (diff)
parentf40562b4e1ff213b88c8b6edf57431bfb1b804ac (diff)
downloadpleroma-dfde2622d0c14195392e306fadc7c729c68da273.tar.gz
pleroma-dfde2622d0c14195392e306fadc7c729c68da273.zip
Merge branch 'activitypub-c2s' into 'develop'
Activitypub c2s See merge request pleroma/pleroma!608
Diffstat (limited to 'test/fixtures/activitypub-client-post-activity.json')
-rw-r--r--test/fixtures/activitypub-client-post-activity.json9
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"]
+}