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
Related to - #494
v2.2.1 fixed the issue on reloading the ChannelList in case of connection.changed event. Although it skipped following two cases
- If user is on Channel screen, the updated messages will reflect on ChannelList, but not on Channel component. This is because there no way for Channel component to know when ChannelList has refreshed.
- If app has standalone Channel component.
These two scenarios have been covered here.
0 commit comments