diff options
author | lain <lain@soykaf.club> | 2018-02-17 21:56:52 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-17 21:56:52 +0100 |
commit | e3732ea3bc3f628d5ec4a95d291e04b64d4fe5a1 (patch) | |
tree | 85e62edae62a28fc8206ac2795cdf001792b6458 /test/fixtures/mastodon-note-object.json | |
parent | 5e36b750c1f98c440f4edcb9bb5bac5e6f93278f (diff) | |
download | pleroma-e3732ea3bc3f628d5ec4a95d291e04b64d4fe5a1.tar.gz pleroma-e3732ea3bc3f628d5ec4a95d291e04b64d4fe5a1.zip |
Add test fixtures.
Diffstat (limited to 'test/fixtures/mastodon-note-object.json')
-rw-r--r-- | test/fixtures/mastodon-note-object.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/mastodon-note-object.json b/test/fixtures/mastodon-note-object.json new file mode 100644 index 000000000..2121e1254 --- /dev/null +++ b/test/fixtures/mastodon-note-object.json @@ -0,0 +1 @@ +{"@context":["https://www.w3.org/ns/activitystreams","https://w3id.org/security/v1",{"manuallyApprovesFollowers":"as:manuallyApprovesFollowers","sensitive":"as:sensitive","movedTo":"as:movedTo","Hashtag":"as:Hashtag","ostatus":"http://ostatus.org#","atomUri":"ostatus:atomUri","inReplyToAtomUri":"ostatus:inReplyToAtomUri","conversation":"ostatus:conversation","toot":"http://joinmastodon.org/ns#","Emoji":"toot:Emoji"}],"id":"http://mastodon.example.org/users/admin/statuses/99541947525187367","type":"Note","summary":null,"content":"\u003cp\u003eyeah.\u003c/p\u003e","inReplyTo":null,"published":"2018-02-17T17:46:20Z","url":"http://mastodon.example.org/@admin/99541947525187367","attributedTo":"http://mastodon.example.org/users/admin","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["http://mastodon.example.org/users/admin/followers"],"sensitive":false,"atomUri":"http://mastodon.example.org/users/admin/statuses/99541947525187367","inReplyToAtomUri":null,"conversation":"tag:mastodon.example.org,2018-02-17:objectId=59:objectType=Conversation","attachment":[],"tag":[]}
\ No newline at end of file |