stream-chat-android-client
✅ Added
- Add
ChatClient::partialUpdateMember
for updating aMember
in the scope of aChannel
. #5497 - Add
ChannelClient::partialUpdateMember
for updating aMember
in the scope of aChannel
. #5497
stream-chat-android-ui-common
🐞 Fixed
- Fix wrong timestamp used for the initial loading of pinned messages in
PinnedMessageListController
. #5483 - Add
DownloadAttachmentUriGenerator
to generate download URIs for attachments. #5490 - Add
DownloadRequestInterceptor
to intercept download requests. #5490
⬆️ Improved
- Improve performance of opening a thread or message in a thread via
MessageListController
. #5489
stream-chat-android-ui-components
✅ Added
- Add
ChatUI.downloadAttachmentUriGenerator
property to generate download URIs for attachments. #5490 - Add
ChatUI.downloadRequestInterceptor
property to intercept download requests. #5490