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
timeline系APIで、untilDate, sinceDate を指定したときのソート順がid順になっている dateでページングしていくのが不可能なので、date順で返したほうがよい。
date指定をしたときにはdate順になる
date指定をしてもid順になっている
https://github.com/syuilo/misskey/issues/2275
バグというか、 ローカルのみなら常にid(作成日時順)とdate(作成日時順)は同じ順でなので問題がなかったが、 リモートがあるとid(ローカル到着日時順)とdate(元の作成日時順)が同じ順にはならなくて 困るようになった感じ?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered:
Bump @types/lodash from 4.14.176 to 4.14.177 (misskey-dev#3209)
dab4ebf
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.176 to 4.14.177. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Summary
timeline系APIで、untilDate, sinceDate を指定したときのソート順がid順になっている
dateでページングしていくのが不可能なので、date順で返したほうがよい。
Expected Behavior
date指定をしたときにはdate順になる
Actual Behavior
date指定をしてもid順になっている
https://github.com/syuilo/misskey/issues/2275
バグというか、
ローカルのみなら常にid(作成日時順)とdate(作成日時順)は同じ順でなので問題がなかったが、
リモートがあるとid(ローカル到着日時順)とdate(元の作成日時順)が同じ順にはならなくて
困るようになった感じ?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: