stream-chat-android-client
✅ Added
- Added a
systemMessage: Message
parameter toChatClient::addMembers
,ChatClient::removeMembers
,ChannelClient::addMembers
andChannelClient::removeMembers
to send a system message to that channel. #3254
stream-chat-android-offline
🐞 Fixed
- Fixed a bug which occurs when we reinitialize
OfflinePlugin
because it uses old instance ofStateRegistry
andLogicRegistry
. #3267
stream-chat-android-ui-components
🐞 Fixed
- Users now able to open
MessageOptionsDialogFragment
by clicking on a reaction left on a Giphy message. #3620 - inside
MessageOptionsDialogFragment
now properly displays all of the reactions to a message. Previously it erroneously displayed a blank state. #3620 - Fixed the links in UI Components code snippets. #3261
- Messages containing links are now properly aligned with other types of messages. They use
@dimen/stream_ui_spacing_small
for their root layout start and end padding. #3264 - Made it impossible to send blank or empty messages. #3269
stream-chat-android-compose
🐞 Fixed
- Made it impossible to send blank or empty messages. #3269
✅ Added
- Added support for failed messages and an option to resend them. #3263