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
通知一覧APIではなるべく何か取得できるかDBの内容が尽きるまで通知を返すことを試してほしい
misskey/packages/backend/src/server/api/endpoints/i/notifications.ts
Lines 106 to 107 in b0030d1
でlength === 0の場合、その先の通知が全く読めなくなりそうなので
length === 0
The text was updated successfully, but these errors were encountered:
(とはいえnotification-groupedはEXTRA_LIMITで100とってきてるのでさほど問題にはならないか
Sorry, something went wrong.
Related?:
Fixed in #13836
Successfully merging a pull request may close this issue.
Summary
通知一覧APIではなるべく何か取得できるかDBの内容が尽きるまで通知を返すことを試してほしい
Purpose
misskey/packages/backend/src/server/api/endpoints/i/notifications.ts
Lines 106 to 107 in b0030d1
で
length === 0
の場合、その先の通知が全く読めなくなりそうなのでDo you want to implement this feature yourself?
The text was updated successfully, but these errors were encountered: