summaryrefslogtreecommitdiff
path: root/test/fixtures/activitypub-client-post-activity.json
diff options
context:
space:
mode:
authorsxsdv1 <sxsdv1@gmail.com>2018-12-29 18:01:15 +0100
committersxsdv1 <sxsdv1@gmail.com>2018-12-29 22:22:03 +0100
commitaa082ca7b6a64f6cfd509118f76a5c18492e07b9 (patch)
tree5b9c1c73e05b228f93ab2be77fd072debf81fbc2 /test/fixtures/activitypub-client-post-activity.json
parentf5d7b0003ea200d13abca2cbd4e4f59db9658231 (diff)
downloadpleroma-aa082ca7b6a64f6cfd509118f76a5c18492e07b9.tar.gz
pleroma-aa082ca7b6a64f6cfd509118f76a5c18492e07b9.zip
Wire up stub routes for client calls of activitypub inbox/outbox
Code style: remove wrapping function of outbox
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"]
+}