Skip to content
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

Fronted not being updated for a copy change from another collaborative user #3635

Closed
ozer550 opened this issue Sep 12, 2022 · 1 comment · Fixed by #3640
Closed

Fronted not being updated for a copy change from another collaborative user #3635

ozer550 opened this issue Sep 12, 2022 · 1 comment · Fixed by #3640
Assignees
Labels
DEV: frontend P1 - important Priority: High impact on UX

Comments

@ozer550
Copy link
Member

ozer550 commented Sep 12, 2022

Observed behavior

When two collaborative users are working on the same channel, copy change from one user is not being reflected to another user. The backend is broadcasting the required changes but it seems like the frontend is not updating them.
(websocket branch)

Expected behavior

All collaborative users should instantly reflect copy changes made by a user connected to the same channel.

Steps to reproduce the issue

  1. Create two accounts.
  2. Create a test channel from one of the users.
  3. Invite the other account using share channel.
  4. Perform a Copy change from one of the user.
  5. Other user does not reflect these copy change in his channel's state!
copyChangeBug.mp4
@bjester bjester added P1 - important Priority: High impact on UX DEV: frontend labels Sep 12, 2022
@bjester
Copy link
Member

bjester commented Sep 12, 2022

Seems we're not applying copy changes here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEV: frontend P1 - important Priority: High impact on UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants