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

[Task] Preload account management URLs #3825

Closed
bmarty opened this issue Feb 25, 2025 · 0 comments · Fixed by #3826
Closed

[Task] Preload account management URLs #3825

bmarty opened this issue Feb 25, 2025 · 0 comments · Fixed by #3826
Assignees
Labels

Comments

@bmarty
Copy link
Member

bmarty commented Feb 25, 2025

A memory cache has been implemented in the SDK. See matrix-org/matrix-rust-sdk#4663

We need the application to pre-load the 2 accounts management URLs to populate the in-memory cache. That way, when the user open the settings, the flickering will not be observed for the two entries:

Image

Note that if the app is started without network access, the url cannot be loaded and the settings entries will not be displayed.

There is no change expected on the setting screen, that should still requires the URLs from the SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants