Skip to content

Commit

Permalink
[i266] SelectExtendedReactions does not work (#5218)
Browse files Browse the repository at this point in the history
* [i266] SelectExtendedReactions does not work

* add CHAGELOG
  • Loading branch information
kanat authored Mar 22, 2024
1 parent 0646350 commit 577f2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

## stream-chat-android-compose
### 🐞 Fixed
- Fixed `MessageListViewModel.selectExtendedReactions` not calling the proper function in `MessageListController`. [#5218](https://github.com/GetStream/stream-chat-android/pull/5218)

### ⬆️ Improved

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public class MessageListViewModel(
* @param message The selected message.
*/
public fun selectExtendedReactions(message: Message?) {
messageListController.selectReactions(message)
messageListController.selectExtendedReactions(message)
}

/**
Expand Down

0 comments on commit 577f2aa

Please sign in to comment.