Skip to content

Commit

Permalink
[AND-11] Add flagUser methods to CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarVelikov committed Nov 18, 2024
1 parent 85d8b71 commit ea3e7f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
### ⬆️ Improved

### ✅ Added
- Add `MessageListController.flagUser()` and `MessageListController.unflagUser()` methods for flagging/un-flagging users. [#5478](https://github.com/GetStream/stream-chat-android/pull/5478)
- Add `MessageListController.ErrorEvent`s - `FlagUserError` and `UnflagUserError` representing errors which occurred during the execution of the corresponding operations. [#5478](https://github.com/GetStream/stream-chat-android/pull/5478)

### ⚠️ Changed
- 🚨 Breaking change: The `MessagePositionHandler.handleMessagePosition` function now includes a new parameter, `isBeforeDateSeparator`, to handle message positioning more precisely within a group of messages. [#5466](https://github.com/GetStream/stream-chat-android/pull/5466)
Expand All @@ -64,6 +66,7 @@
### ⬆️ Improved

### ✅ Added
- Add `MessageListViewModel.flagUser()` and `MessageListViewModel.unflagUser()` methods for flagging/un-flagging users. [#5478](https://github.com/GetStream/stream-chat-android/pull/5478)

### ⚠️ Changed

Expand All @@ -75,6 +78,7 @@
### ⬆️ Improved

### ✅ Added
- Add `MessageListViewModel.flagUser()` and `MessageListViewModel.unflagUser()` methods for flagging/un-flagging users. [#5478](https://github.com/GetStream/stream-chat-android/pull/5478)

### ⚠️ Changed
- 🚨 Breaking change: Replace usage of `RippleTheme` with `StreamRippleConfiguration` for customizing ripples via `ChatTheme`. [#5475](https://github.com/GetStream/stream-chat-android/pull/5475)
Expand Down

0 comments on commit ea3e7f7

Please sign in to comment.