Skip to content
New issue

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

notes/local-timelineをsinceId付きで叩いた時に不自然に新しいノートが返される #12842

Closed
1 task
FineArchs opened this issue Dec 28, 2023 · 1 comment · Fixed by #14061
Closed
1 task
Labels
⚠️bug? This might be a bug

Comments

@FineArchs
Copy link
Contributor

FineArchs commented Dec 28, 2023

💡 Summary

misskey APIのエンドポイントnotes/local-timelinesinceIdを指定して叩くと、不自然に新しいノートの情報が返されます。

例:sinceIdに2ヶ月前のノートのIDを指定したにもかかわらず、帰ってきたのは6時間前のノートの情報

🥰 Expected Behavior

sinceIdに指定したノートと時間的に隣接したノートが返される

🤬 Actual Behavior

新しいノートが返される

📝 Steps to Reproduce

apiコンソールなどでnotes/local-timeline

{
  sinceId: <古いノートのID>,
  limit: <1~100の整数>
}

で叩く

💻 Frontend Environment

* Model and OS of the device(s):
EMUI 12
* Browser:
Chrome
* Server URL:
https://misskey.systems
* Misskey:
2023.12.2

🛰 Backend Environment (for server admin)

* Installation Method or Hosting Service:
* Misskey:
* Node:
* PostgreSQL:
* Redis:
* OS and Architecture:

Do you want to address this bug yourself?

  • Yes, I will patch the bug myself and send a pull request
@FineArchs FineArchs added the ⚠️bug? This might be a bug label Dec 28, 2023
@setaria430
Copy link
Contributor

related to #12625

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants