diff options
author | lain <lain@soykaf.club> | 2020-06-09 10:53:40 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-09 10:53:40 +0200 |
commit | 063e6b9841ec72c7e89339c54581d199fa31e675 (patch) | |
tree | 521430866fdb08d48d796393bfe7acfc26fef824 /rel | |
parent | 674efb0ad2b34cbd4bbb32d414a2c8fa8719cc02 (diff) | |
download | pleroma-063e6b9841ec72c7e89339c54581d199fa31e675.tar.gz |
StatusController: Correctly paginate favorites.
Favorites were paginating wrongly, because the pagination headers
where using the id of the id of the `Create` activity, while the
ordering was by the id of the `Like` activity. This isn't easy to
notice in most cases, as they usually have a similar order because
people tend to favorite posts as they come in. This commit adds a
way to give different pagination ids to the pagination helper, so
we can paginate correctly in cases like this.
Diffstat (limited to 'rel')
0 files changed, 0 insertions, 0 deletions