Skip to content

Swap order because guestAuth has to be set up before observable can be used to get room data

Tom Käsler requested to merge fix-race-condition into master

Fix bug where starting from the room list view without any room, navigating to e.g. homepage, then navigating to the room list again, the code to get the rooms which relies on the auth being set was executed before the observable was ready.

Closes #661 (closed)

Merge request reports