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

DM: Set default ordering of sessions to latest active #1497

Closed
matrixbot opened this issue Sep 9, 2024 · 2 comments
Closed

DM: Set default ordering of sessions to latest active #1497

matrixbot opened this issue Sep 9, 2024 · 2 comments
Labels
A-Device-Management Related to sessions and device management A-Frontend Changes on the React frontend

Comments

@matrixbot
Copy link
Collaborator

This issue was originally created by @kerryarchibald at matrix-org/matrix-authentication-service#1497.

Latest created sessions should be displayed first.

AC:

  • browser sessions, compatibility sessions and oauth2 sessions are ordered by createdAt DESC by default
@matrixbot matrixbot added A-Device-Management Related to sessions and device management A-Frontend Changes on the React frontend labels Sep 9, 2024
@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @sandhose at matrix-org/matrix-authentication-service#1497 (comment).

That's already doable on the backend: instead of paginating forward, with first: N, you paginate backwards, with last: N

@matrixbot
Copy link
Collaborator Author

This comment was originally posted by @pmaier1 at matrix-org/matrix-authentication-service#1497 (comment).

Blocked by backend currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Device-Management Related to sessions and device management A-Frontend Changes on the React frontend
Projects
None yet
Development

No branches or pull requests

1 participant