063e6b9841
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. |
||
---|---|---|
.. | ||
activity/ir | ||
bbs | ||
config | ||
conversation | ||
docs | ||
emails | ||
emoji | ||
federation | ||
fixtures | ||
http | ||
instance_static | ||
integration | ||
mfa | ||
object | ||
plugs | ||
pool | ||
reverse_proxy | ||
support | ||
tasks | ||
upload | ||
uploaders | ||
user | ||
web | ||
workers | ||
activity_expiration_test.exs | ||
activity_test.exs | ||
bookmark_test.exs | ||
captcha_test.exs | ||
config_test.exs | ||
conversation_test.exs | ||
earmark_renderer_test.exs | ||
emoji_test.exs | ||
filter_test.exs | ||
following_relationship_test.exs | ||
formatter_test.exs | ||
healthcheck_test.exs | ||
html_test.exs | ||
http_test.exs | ||
job_queue_monitor_test.exs | ||
keys_test.exs | ||
list_test.exs | ||
marker_test.exs | ||
mfa_test.exs | ||
moderation_log_test.exs | ||
notification_test.exs | ||
object_test.exs | ||
otp_version_test.exs | ||
pagination_test.exs | ||
registration_test.exs | ||
repo_test.exs | ||
runtime_test.exs | ||
safe_jsonb_set_test.exs | ||
scheduled_activity_test.exs | ||
signature_test.exs | ||
stats_test.exs | ||
test_helper.exs | ||
upload_test.exs | ||
user_invite_token_test.exs | ||
user_relationship_test.exs | ||
user_search_test.exs | ||
user_test.exs | ||
xml_builder_test.exs |