-
Notifications
You must be signed in to change notification settings - Fork 452
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
Fix conversation switching lag #5084
Conversation
d024ec0
to
85f5e54
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
85f5e54
to
0983e5e
Compare
c2a3ce7
to
d4f216f
Compare
d4f216f
to
3a14ec2
Compare
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
3a14ec2
to
3748a6b
Compare
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Ping @nickvergessen |
I like how joining feels much faster! Now when there are new messages that haven't been loaded, you see the old state of the message list with "Joining conversation at the bottom". At this point, do we want to also display a placeholder below the existing messages in the place where new messages might appear ? There's a way to find out if there are new messages by checking that the lastMessage id is different. Not sure if that's a good idea though. 😄 |
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Addressed the disabled state of action here nextcloud-libraries/nextcloud-vue#1724 |
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
follow up here to clean up some bits: #5266 |
Immediately display messages from the clicked conversation even if not joined yet with the signaling server.
In order to avoid errors, the call button and the newmessagegorm components are disabled while opening the new session.
TODO:
Peek.2021-02-10.17-00.mp4