[0.35.0] 11th November 2024
Fixes a minor performance leak where the app re-requests the member list of all encrypted rooms.
For this the parameter cache
in Room.requestParticipants()
is now also
responsible to store the member data in the database. Also it is not true
by default anymore for
unencrypted rooms.
- feat: Add additional properties for LoginFlow type (Krille)
- feat: Optional authentication for profile requests (Krille)
- fix: BREAKING! Cache members for encrypted rooms in database (Krille)
- chore: add require trailing comma lint (Mohammad Reza Moradi)