ganfra
ganfra
## Type of change - [ ] Feature - [X] Bugfix - [ ] Technical - [ ] Other : ## Content Extract PinUnlock to a separate Activity so we...
Context : https://github.com/element-hq/element-x-android/issues/2910 The idea would be to expose a new api to resolve multiple notifications. Indeed, currently we are running a lot of sliding sync requests where we could...
## Content This PR takes care of 3 things : - Do not use RoomSummary directly in the ui model, so creates new models when necessary - Let RoomSummary uses...
Redaction of latest timeline event is not reflected in `RoomSummary.latestEvent` so you can still see the message in the RoomList. #### How to reproduce Just redact the latest event in...
When building the room summaries, we got a lot of `RoomListItem.roomInfo().displayName()` being `null`. Then after some time, they get updated, but only in memory. Indeed, when launching the app in...