diff options
| author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-29 11:34:50 +0300 |
|---|---|---|
| committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-02-29 11:34:50 +0300 |
| commit | 814b275af7748df6bd11dfc6be1b4efce8d5ae70 (patch) | |
| tree | e18b30dfa6eb020e593dbe1cc0e649da3e6ed394 /test/fixtures | |
| parent | 6b012ddd69aec0f85c22ad91dbb76e05f2edaf58 (diff) | |
| parent | aad057a2d6baaa342f47f55d330f0731277dac06 (diff) | |
| download | pleroma-814b275af7748df6bd11dfc6be1b4efce8d5ae70.tar.gz pleroma-814b275af7748df6bd11dfc6be1b4efce8d5ae70.zip | |
Merge branch 'develop' into gun
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/mastodon-post-activity.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/fixtures/mastodon-post-activity.json b/test/fixtures/mastodon-post-activity.json index b91263431..5c3d22722 100644 --- a/test/fixtures/mastodon-post-activity.json +++ b/test/fixtures/mastodon-post-activity.json @@ -35,6 +35,19 @@ "inReplyTo": null, "inReplyToAtomUri": null, "published": "2018-02-12T14:08:20Z", + "replies": { + "id": "http://mastodon.example.org/users/admin/statuses/99512778738411822/replies", + "type": "Collection", + "first": { + "type": "CollectionPage", + "next": "http://mastodon.example.org/users/admin/statuses/99512778738411822/replies?min_id=99512778738411824&page=true", + "partOf": "http://mastodon.example.org/users/admin/statuses/99512778738411822/replies", + "items": [ + "http://mastodon.example.org/users/admin/statuses/99512778738411823", + "http://mastodon.example.org/users/admin/statuses/99512778738411824" + ] + } + }, "sensitive": true, "summary": "cw", "tag": [ |
