matrix-dart-sdk/lib
Christian Pauly ff359aedff refactor: Better fetch own profile
This makes it possible to pass cache
and getFromRooms variable in
fetchOwnProfile. It also removes the
never working and duplicated
check from rooms. The Profiles
can be duplicated in the Set
because they are equal but not
the same objects. In the get
profile method, it now checks the
cache first before the rooms as
the cache might have the more
accurate result.
This makes displaying an avatar
change much easier as it makes
it possible to just disable cache
then.
2022-07-11 08:08:40 +02:00
..
encryption refactor: Migrate to Matrix Api Lite 1.0.0 2022-05-17 22:50:04 +00:00
msc_extensions refactor: Rename methods and get rid of all Future getter 2022-06-08 08:30:05 +02:00
src refactor: Better fetch own profile 2022-07-11 08:08:40 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart Support group call. 2022-06-13 15:26:25 +00:00