From 68063b3907856177733ec483b43bd9b655c26f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jc=20Mi=C3=B1arro?= Date: Mon, 29 Apr 2024 10:40:46 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a03bc8e7a17..afd8e1498a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Shadowed messages are filtered. [#5234](https://github.com/GetStream/stream-chat-android/pull/5234) ### ⬆️ Improved +- `Channel.lastMessageAt` is not updated when there is a new message within a thread. [#5245](https://github.com/GetStream/stream-chat-android/pull/5245) ### ✅ Added @@ -59,6 +60,7 @@ ### 🐞 Fixed ### ⬆️ Improved +- Channel List is not updated with new messages within a thread. [#5245](https://github.com/GetStream/stream-chat-android/pull/5245) ### ✅ Added - Added a Button to jump to the first unread message in the channel. [#5236](https://github.com/GetStream/stream-chat-android/pull/5236) @@ -72,6 +74,7 @@ - Fixed `ChannelsState.isLoadingMore` being stuck. [#5239](https://github.com/GetStream/stream-chat-android/pull/5239) ### ⬆️ Improved +- Channel List is not updated with new messages within a thread. [#5245](https://github.com/GetStream/stream-chat-android/pull/5245) ### ✅ Added