Commit 0ccfe17
authored
release: v3.15.10 (#1286)
## [v3.15.10] (Dec 12 2024)
### Features:
- Added `scrollRef` in GroupChannelList context
### Fixes:
- Fixed broken UI
* MessageInput height becomes short when it's disabled.
* Empty UserListItem menu appears on the ChannelSettings member list of
normal channel member who is not an operator of the channel.
- Displayed members' name instead of default AI chatbot channel name,
like the `Group Channel` does.
- 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.
- 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.1 parent 6cb6ba0 commit 0ccfe17
2 files changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
3 | 19 | | |
4 | 20 | | |
5 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments