element-x-ada/libraries/matrix/api/src/main
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
..
kotlin/io/element/android/libraries/matrix/api Remove unnecessary Room.updateMembers() calls. (#2564) 2024-03-18 14:57:25 +00:00
AndroidManifest.xml Split module matrix to matrix.api with interfaces and data classes and matrix.impl with Rust implementation. 2023-03-02 17:12:13 +01:00