diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-02-24 07:28:35 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-02-24 07:28:35 +0000 |
| commit | 1e1156b64572e764b7faec13d731c2da647f0de7 (patch) | |
| tree | 4370ed1120cf0c1fecd1c7e4ed3a56769845a18b /test/fixtures | |
| parent | 1961a680ec8fb333fa34a7b102820388c9cf5aa6 (diff) | |
| parent | 8f0ca19b9cafeedc70df2d60bd7bd7c6bf7aa160 (diff) | |
| download | pleroma-1e1156b64572e764b7faec13d731c2da647f0de7.tar.gz pleroma-1e1156b64572e764b7faec13d731c2da647f0de7.zip | |
Merge branch '1505-threads-federation' into 'develop'
[#1505] Threads / replies federation
Closes #1505
See merge request pleroma/pleroma!2129
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": [ |
