From 3a4773c3c2bd0bbef244eb519b07208da9108e49 Mon Sep 17 00:00:00 2001 From: dcc Date: Sat, 2 Sep 2023 00:52:52 -0700 Subject: First --- test/fixtures/activitypub-client-post-activity.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/fixtures/activitypub-client-post-activity.json (limited to 'test/fixtures/activitypub-client-post-activity.json') diff --git a/test/fixtures/activitypub-client-post-activity.json b/test/fixtures/activitypub-client-post-activity.json new file mode 100644 index 0000000..e592081 --- /dev/null +++ b/test/fixtures/activitypub-client-post-activity.json @@ -0,0 +1,10 @@ +{ + "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}], + "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"] +} -- cgit v1.2.3