]> cat aescling's git repositories - mastodon.git/commit
Fix multiple issues with replies collection for pages further than self-replies ...
authorThibG <thib@sitedethib.com>
Fri, 16 Aug 2019 20:58:51 +0000 (22:58 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 16 Aug 2019 20:58:51 +0000 (22:58 +0200)
commit53071389ee08e38d2f73d56ae92051e74042f387
tree1bc7e302cc3bd0bdd3f967c83be46bc3e728c252
parente5cee8062f15191d9dd388a65f6caa104abfd559
Fix multiple issues with replies collection for pages further than self-replies (#11582)

* Fix the replies collection returning snowflakes ids rather than URIs

Fixes #11568

* Fix min_id in replies queries once self-replies are exhausted

* Fix `next` attribute of replies collection being nil when there are no self-replies

* Rename other_accounts param to only_other_accounts
app/controllers/activitypub/replies_controller.rb
app/serializers/activitypub/note_serializer.rb