You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open the app by triggering universal link for user
Navigate back by selecting All chats
Notice that All chats view is empty since it has no data to populate
When you select spaces button from tab bar or search bar, notice the app crashes
Screen.Recording.2024-08-28.at.14.44.54.mov
Outcome
What did you expect?
I would expect that /user universal link to be handled in the same way as the /room universal link: when there is no account, the app should display the authentication controller, wait for a a successful login, and then retry the link.
What happened instead?
In LegacyAppDelegate, when the /user link is received, the check for activeAccounts is missing, so contact details controller is presented anyway. Therefore, if the user interacts with the UI, the app crashes.
Your phone model
iPhone 15 Plus
Operating system version
17.5
Application version
1.11.17
Homeserver
No response
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered:
Steps to reproduce
All chats
Screen.Recording.2024-08-28.at.14.44.54.mov
Outcome
What did you expect?
/user
universal link to be handled in the same way as the/room
universal link: when there is no account, the app should display the authentication controller, wait for a a successful login, and then retry the link.What happened instead?
LegacyAppDelegate
, when the/user
link is received, the check foractiveAccounts
is missing, so contact details controller is presented anyway. Therefore, if the user interacts with the UI, the app crashes.Your phone model
iPhone 15 Plus
Operating system version
17.5
Application version
1.11.17
Homeserver
No response
Will you send logs?
Yes
The text was updated successfully, but these errors were encountered: