element-x-ada/features/messages/impl
Jorge Martin Espinosa 883d834284
Remove unnecessary Room.updateMembers() calls. (#2564)
* Remove unnecessary `updateMembers` calls.

Some of them can be directly removed since we have a way to automatically get member info updates based on membership changes.

Others can be replaced by a simpler `getUpdatedMember` method. This might still need a full member sync, but it's quite unlikely.
2024-03-18 14:57:25 +00:00
..
src Remove unnecessary Room.updateMembers() calls. (#2564) 2024-03-18 14:57:25 +00:00
.gitignore Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00
build.gradle.kts Add legacy call invite state events and notifications (#2552) 2024-03-14 16:29:06 +01:00
consumer-rules.pro Try splitting messages into api and impl modules 2023-03-03 14:38:05 +01:00