Skip to content

Commit

Permalink
[i224] add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat authored and JcMinarro committed Dec 12, 2023
1 parent be1d7c4 commit f796e30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
### 🐞 Fixed

### ⬆️ Improved
- Protected PN related requests from repeated usage. [#5110](https://github.com/GetStream/stream-chat-android/pull/5110)
* Prevented `ChatClient.getDevices` from duplicate requests.
* Prevented `ChatClient.addDevice` from duplicate requests.
* Prevented `ChatClient.deleteDevice` from duplicate requests.
* Added debouncing logic `PushTokenUpdateHandler`

### ✅ Added

Expand Down

0 comments on commit f796e30

Please sign in to comment.