matrix-dart-sdk/lib/src
Sorunome e3bd0cf139
fix: Only save state events from sync processing in-memory if needed
If we dump all state events from sync into memory then we needlessly
clog up our memory, potentially running out of ram. This is useless
as when opening the timeline we post-load the unimportant state events
anyways. So, this PR makes sure that only the state events of post-loaded
rooms and important state events land in-memory when processing a sync
request.
2021-12-06 11:09:50 +01:00
..
database feat: Migrate olm sessions on database migration 2021-11-26 08:17:43 +01:00
utils feat: Add clear cache command 2021-11-23 09:48:08 +01:00
client.dart fix: Only save state events from sync processing in-memory if needed 2021-12-06 11:09:50 +01:00
event.dart refactor: Update matrix_api_lite and use SyncUpdate constructors 2021-11-10 10:04:03 +01:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
room.dart fix: Ability to remove avatar from room and account 2021-11-22 19:36:38 +01:00
timeline.dart fix: Limited timeline clears too much events 2021-11-23 09:06:30 +01:00
user.dart chore: Trim formatted username fallback 2021-11-15 13:08:31 +01:00
voip.dart Merge branch 'voip/add-voip-function' of https://gitlab.com/famedly/company/frontend/famedlysdk into voip/add-voip-function 2021-12-02 23:20:16 +08:00
voip_content.dart refactor: remove redundant null checks 2021-10-28 14:32:09 +02:00