Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro committed Nov 27, 2024
1 parent 91de00c commit 28a626f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
## stream-chat-android-ui-common
### 🐞 Fixed
- Fix wrong timestamp used for the initial loading of pinned messages in `PinnedMessageListController`. [#5483](https://github.com/GetStream/stream-chat-android/pull/5483)
- Add `DownloadAttachmentUriGenerator` to generate download URIs for attachments. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
- Add `DownloadRequestInterceptor` to intercept download requests. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)

### ⬆️ Improved

Expand All @@ -61,6 +63,8 @@
### ⬆️ Improved

### ✅ Added
- Add `ChatUI.downloadAttachmentUriGenerator` property to generate download URIs for attachments. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
- Add `ChatUI.downloadRequestInterceptor` property to intercept download requests. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)

### ⚠️ Changed

Expand All @@ -72,6 +76,8 @@
### ⬆️ Improved

### ✅ Added
- Add `ChatTheme.downloadAttachmentUriGenerator` property to generate download URIs for attachments. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)
- Add `ChatTheme.downloadRequestInterceptor` property to intercept download requests. [#5490](https://github.com/GetStream/stream-chat-android/pull/5490)

### ⚠️ Changed

Expand Down

0 comments on commit 28a626f

Please sign in to comment.