Skip to content

Commit

Permalink
[AND-190] Update CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarVelikov committed Dec 23, 2024
1 parent a0222b4 commit 5edf2c0
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 @@ -18,6 +18,7 @@
### ⬆️ Improved

### ✅ Added
- Add `ClientState::user::blockedUserIds` exposing the list of the current user's blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)

### ⚠️ Changed
- 🚨 Breaking change: Change `ChatClient::unblockUser` return type from `Call<BlockUser>` to `Call<Unit>` as we no longer get information about the unblocked user. [#5532](https://github.com/GetStream/stream-chat-android/pull/5532)
Expand All @@ -41,6 +42,7 @@
### ⬆️ Improved

### ✅ Added
- Add `GlobalState::blockedUserIds` exposing the list of the current user's blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)

### ⚠️ Changed

Expand All @@ -63,6 +65,7 @@
### ⬆️ Improved

### ✅ Added
- Add "Unblock user" message menu option shown for messages from blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)

### ⚠️ Changed

Expand All @@ -74,6 +77,7 @@
### ⬆️ Improved

### ✅ Added
- Add "Unblock user" message menu option shown for messages from blocked users. [#5533](https://github.com/GetStream/stream-chat-android/pull/5533)

### ⚠️ Changed

Expand Down

0 comments on commit 5edf2c0

Please sign in to comment.