Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

After joining new rooms, the new room doesn't show up in the list #66

Closed
farooqkz opened this issue Feb 10, 2023 · 2 comments
Closed

After joining new rooms, the new room doesn't show up in the list #66

farooqkz opened this issue Feb 10, 2023 · 2 comments
Milestone

Comments

@farooqkz
Copy link
Owner

Steps to reproduce:

  • In the rooms tab, press LSK and enter a room name or alias
  • Press Ok
  • You've joined the room but it doesn't show up in the list
  • You can see the room by restarting the app
@farooqkz farooqkz added this to the 0.0.0 milestone Feb 10, 2023
@Simon-Laux
Copy link
Collaborator

chooj/src/Matrix.js

Lines 156 to 157 in 0590a13

window.mClient.syncApi
.sync()

documentation of syncApi.sync() says it returns (resolves the promise) only after you call syncApi.stop() so it might not be the right api here?

@farooqkz
Copy link
Owner Author

farooqkz commented Mar 3, 2023

chooj/src/Matrix.js

Lines 156 to 157 in 0590a13

window.mClient.syncApi
.sync()

documentation of syncApi.sync() says it returns (resolves the promise) only after you call syncApi.stop() so it might not be the right api here?

Possibly. Do you have another API in mind?

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

No branches or pull requests

2 participants