Skip to content

Commit 1207c4b

Browse files
committed
add line break to the changelog
1 parent fd55772 commit 1207c4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
* Empty UserListItem menu appears on the ChannelSettings member list of normal channel member who is not an operator of the channel.
1212
- Fixed an issue where editing a text parent message in a channel did not update the corresponding parent message in the Thread area in real-time.
1313
- Fixed a GroupChannel UI error when the `Open in Channel` action is triggered in a different channel.
14-
* 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.
14+
* The `Open in Channel` implementation invokes both `setCurrentChannel` and `setStartingPoint`.
15+
The `setCurrentChannel` function triggers asynchronous side effects that update `channel`, `messagesDataSource`, and `startingPoint`.
16+
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.
1517

1618
## [v3.15.9] (Nov 21 2024)
1719

0 commit comments

Comments
 (0)