diff options
| author | Alex Gleason <alex@alexgleason.me> | 2021-06-01 13:56:40 -0500 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2021-06-01 13:56:40 -0500 |
| commit | 708210b9940aa7f5a16591026f861471f4844a98 (patch) | |
| tree | ea3aa89075c52b47ce03f631ad80a87e181d1187 /test/fixtures/statuses/note.json | |
| parent | a744c47e9a43a751438973a66b7201b006c6b944 (diff) | |
| parent | ee52fc840d4d6eb1caab811a9b00ab1b95662d77 (diff) | |
| download | pleroma-708210b9940aa7f5a16591026f861471f4844a98.tar.gz pleroma-708210b9940aa7f5a16591026f861471f4844a98.zip | |
Merge remote-tracking branch 'pleroma/develop' into cycles-streaming
Diffstat (limited to 'test/fixtures/statuses/note.json')
| -rw-r--r-- | test/fixtures/statuses/note.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test/fixtures/statuses/note.json b/test/fixtures/statuses/note.json new file mode 100644 index 000000000..41735cbc5 --- /dev/null +++ b/test/fixtures/statuses/note.json @@ -0,0 +1,27 @@ +{ + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://example.com/schemas/litepub-0.1.jsonld", + { + "@language": "und" + } + ], + "actor": "https://example.com/users/{{nickname}}", + "attachment": [], + "attributedTo": "https://example.com/users/{{nickname}}", + "cc": [ + "https://example.com/users/{{nickname}}/followers" + ], + "content": "Content", + "context": "https://example.com/contexts/e4b180e1-7403-477f-aeb4-de57e7a3fe7f", + "conversation": "https://example.com/contexts/e4b180e1-7403-477f-aeb4-de57e7a3fe7f", + "id": "https://example.com/objects/{{object_id}}", + "published": "2019-12-15T22:00:05.279583Z", + "sensitive": false, + "summary": "", + "tag": [], + "to": [ + "https://www.w3.org/ns/activitystreams#Public" + ], + "type": "Note" +} |
