May 29, 2025
β Added
- Add extra data to user display info #819
- Make message spacing in message list configurable #830
- Show time, relative date, weekday, or short date for last message in channel list and search #833
- Set
ChannelListConfig.messageRelativeDateFormatEnabled
to true for enabling it
- Set
- Add
MessageViewModel
toMessageContainerView
to make it easier to customise presentation logic #815 - Add
MessageListConfig.messaeDisplayOptions.showOriginalTranslatedButton
to enable showing original text in translated message #815 - Add
Utils.originalTranslationsStore
to keep track of messages that should show the original text #815 - Add
ViewFactory.makeGalleryHeaderView
for customising header view inGalleryView
#837 - Add
ViewFactory.makeVideoPlayerHeaderView
for customising header view inVideoPlayerView
#837 - Add
Utils.messagePreviewFormatter
for customising message previews in lists #839
π Fixed
- Fix swipe to reply enabled when quoting a message is disabled #824
- Fix mark unread action not removed when read events are disabled #823
- Fix user mentions not working when commands are disabled #826
- Fix edit message action shown when user does not have permissions #835
- Fix error indicator not shown when editing a message fails #840
- Fix read indicator shown for failed edited messages #840
- Fix "clock" pending icon not shown when message is syncing (pending to be edited) #840