Updates livedata to 0.4 branch
Features:
- Massive improvement to javadoc/dokka
- Support for user ban events. Exposed via chatDomain.banned
- Muted users are available via chatDomain.muted
- Support for notificationMarkRead, invite and removed from channel events
- Support for deleting channels
- Support for silent messages
- Creating channels with both members and additional data works now
- User presence is enabled
Bugfixes:
- No longer denormalizing channelData.lastMessageAt
- Fixed an issue with channel event handling and the usage of channel.id vs channel.cid
- Changed channelData.createdBy from lateinit to a regular field
Other:
- Moved from Travis to Github actions
Updated LLC to 1.4.5
- add message.silent field
- add extension properties name and image to Channel and User