Commit fd72464
authored
[CLNP-5914] Fixed a GroupChannel UI error when the
### 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.Open in Channel action is triggered in a different channel. (#1268)1 parent 99aa96c commit fd72464
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
173 | 175 | | |
174 | 176 | | |
175 | 177 | | |
| |||
0 commit comments