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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
At the moment, if I want to directly message a user, I need to wait for a room to be created, and joined. This only takes a few seconds, but it's long enough to make me wonder why we impose this on users. I'd say that a good UI should throw the user right into a room and let them start typing, and connect the threads in the background, caching messages until the room is ready. All this should happen without the user even knowing.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment, if I want to directly message a user, I need to wait for a room to be created, and joined. This only takes a few seconds, but it's long enough to make me wonder why we impose this on users. I'd say that a good UI should throw the user right into a room and let them start typing, and connect the threads in the background, caching messages until the room is ready. All this should happen without the user even knowing.
The text was updated successfully, but these errors were encountered: