stream-chat-android
- Fix
MessageListItemViewHolder::bind
behavior - Improve connection/reconnection with normal/anonymous user
stream-chat-android-client
- Create
ChatClient::getMessagesWithAttachments
to filter message with attachments - Create
ChannelClient::getMessagesWithAttachments
to filter message with attachments - Add support for pinned messages:
- Add
pinMessage
andunpinMessage
methodsChatClient
andChannelClient
- Add
Channel::pinnedMessages
property - Add
Message:pinned
,Message::pinnedAt
,Message::pinExpires
, andMessage:pinnedBy
properties
- Add