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
misskey APIのエンドポイントnotes/local-timelineをsinceIdを指定して叩くと、不自然に新しいノートの情報が返されます。
notes/local-timeline
sinceId
例:sinceIdに2ヶ月前のノートのIDを指定したにもかかわらず、帰ってきたのは6時間前のノートの情報
sinceIdに指定したノートと時間的に隣接したノートが返される
新しいノートが返される
apiコンソールなどでnotes/local-timelineを
{ sinceId: <古いノートのID>, limit: <1~100の整数> }
で叩く
* Model and OS of the device(s): EMUI 12 * Browser: Chrome * Server URL: https://misskey.systems * Misskey: 2023.12.2
* Installation Method or Hosting Service: * Misskey: * Node: * PostgreSQL: * Redis: * OS and Architecture:
The text was updated successfully, but these errors were encountered:
related to #12625
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
💡 Summary
misskey APIのエンドポイント
notes/local-timeline
をsinceId
を指定して叩くと、不自然に新しいノートの情報が返されます。例:sinceIdに2ヶ月前のノートのIDを指定したにもかかわらず、帰ってきたのは6時間前のノートの情報
🥰 Expected Behavior
sinceIdに指定したノートと時間的に隣接したノートが返される
🤬 Actual Behavior
新しいノートが返される
📝 Steps to Reproduce
apiコンソールなどで
notes/local-timeline
をで叩く
💻 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: