You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Model and OS of the device(s):macOS 15.2(24C101)
* Browser: Chrome 131.0.6778.205
* Misskey:v2024.11.0
🛰 Backend Environment (for server admin)
* Installation Method or Hosting Service:
* Misskey: v2024.11.0
* Node: 20.x.x
* PostgreSQL: 15.x.x
* Redis:7.x.x
* OS and Architecture:WSL2 on Windows 11
Do you want to address this bug yourself?
Yes, I will patch the bug myself and send a pull request
The text was updated successfully, but these errors were encountered:
💡 Summary
#14801 でドライブ画面でソートが選ぶことができるようになりました。
ソート順をデフォルトの登録日(降順) 以外にすると、ページング結果がおかしいです。
(ソート順が変更されているが、つねにuntilIdとidによってページングしようとしているため、途中で読み込まれなくなったりしてしまう)
バグを埋めてしまいすみませんでした。
🥰 Expected Behavior
ソート順をデフォルトの登録日(降順) 以外でもただしくページングされる。
🤬 Actual Behavior
ソート順をデフォルトの登録日(降順)のみただしくページングされ、
ソート順をデフォルトの登録日(降順) 以外にすると、ページング結果がおかしい(途中で読み込まれなくなったりしてしまう)。
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: