We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related: #13413 #13836 通知カラムにおいて、例えばリアクション以外などになるようにフィルターを適用している場合において、最初のリクエストで1件しか結果が返ってこなかった場合、その後に「もっと見る」を押しても続きが読み込まれません。 開発者ツールで確認すると、untilIdで指定されている通知1件のみが応答として返ってきており、13836での対策をすり抜けてしまっているようです。(limitで指定した範囲にその1件しかない)
続きが読み込まれる
API Consoleを使って、untilIdの対象が応答に含まれる事象を簡単に確認することが出来ます。(実際の事象については、異なる種類の通知を発生させてフィルタを適用してリクエストすることで確認出来るはずです。)
{ limit: 2 }
[ { id: 'a2wtjdwxhk', <中略> }, { id: 'a2wt6jk7ia', <中略> }, ]
{ limit: 2, untilId: 'a2wtjdwxhk' }
* Model and OS of the device(s): any * Browser: any * Server URL: https://misskey.niri.la/ * Misskey: 2024.11.0-kinel.2
* Installation Method or Hosting Service: * Misskey: * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
💡 Summary
Related: #13413 #13836
通知カラムにおいて、例えばリアクション以外などになるようにフィルターを適用している場合において、最初のリクエストで1件しか結果が返ってこなかった場合、その後に「もっと見る」を押しても続きが読み込まれません。
開発者ツールで確認すると、untilIdで指定されている通知1件のみが応答として返ってきており、13836での対策をすり抜けてしまっているようです。(limitで指定した範囲にその1件しかない)
🥰 Expected Behavior
続きが読み込まれる
🤬 Actual Behavior
続きが読み込まれる
📝 Steps to Reproduce
API Consoleを使って、untilIdの対象が応答に含まれる事象を簡単に確認することが出来ます。(実際の事象については、異なる種類の通知を発生させてフィルタを適用してリクエストすることで確認出来るはずです。)
💻 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: