zulip-terminal icon indicating copy to clipboard operation
zulip-terminal copied to clipboard

Update stream settings pop-up on receiving subscription events

Open kaustubh-nair opened this issue 5 years ago • 1 comments

Currently, the stream settings pop-up is not updated after receiving pin/mute stream events. This causes a mismatch between the stream state and the pop-up checkbox state when the settings are updated elsewhere when the pop-up is open in a ZT instance.

This can likely be fixed by using an absolute state instead of just toggling from previous state in the checkbox callbacks.

kaustubh-nair avatar Jul 28 '20 20:07 kaustubh-nair

The absolute state change would avoid mismatch, but updating the checkboxes directly would be the next step.

neiljp avatar Jul 28 '20 20:07 neiljp