🐞 Fixed
- Fix app getting terminated in background during an unfinished background task #877
✅ Added
- Introduce
MemberEventMiddleware
to observe member events and update database accordingly #880 - Expose
membership
value onChatChannel
which contains information about the current user membership #885 ChatChannelMember
now contains channel-specific ban information:isBannedFromChannel
andbanExpiresAt
#885- Channel-specific ban events are handled and the models are properly updated #885
- Add support for channel watching events. See more info in the documentation #864