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
[CLNP-5914] Fixed a GroupChannel UI error when the Open in Channel action is triggered in a different channel. (#1268)
### Changelog
* Fixed a GroupChannel UI error when the `Open in Channel` action is
triggered in a different channel.
* The `Open in Channel` implementation invokes both `setCurrentChannel`
and `setStartingPoint`. The `setCurrentChannel` function triggers
asynchronous side effects that update `channel`, `messagesDataSource`,
and `startingPoint`. If `setStartingPoint` is invoked before these
updates are completed, it can result in the channel not being updated
correctly or the starting point being improperly set.
0 commit comments