Skip to content

4.3.0

Compare
Choose a tag to compare
@b-onc b-onc released this 03 Nov 16:17
· 1145 commits to main since this release

🐞 Fixed

  • flag command is no longer visible on Composer #1590
  • Fix long-pressed message being swapped with newly received message if both have the same visual style #1596
  • Fix crash when message actions pop-up is dismissed with the selected message being outside the visible area of message list #1596

🔄 Changed

  • The message action icons were changed to be a bit more darker color #1583
  • The long-pressed message view is no longer moved across ChatMessageListVC and ChatMessagePopupVC hierarchies #1596

✅ Added

  • Added Flag message action #1583
  • Added handling of "shadowed" messages (messages from shadow banned users). The behavior is controlled by ChatClientConfig.shouldShowShadowedMessages and defaults to false. #1591
  • Add message actions transition controller to Components #1596