matrix-dart-sdk/lib/src
Krille c443e79d29
fix: Increase timeout for initial sync from 10 seconds to 2 minutes
This fixes the response
timeout for the initial
sync and sets it to 2
minutes instead of 10
seconds. This should increase
the speed for the initial
sync especially for large
accounts. This change
also adds some
documentation in the
code about what
timeout does what.
2023-12-15 13:18:10 +01:00
..
database refactor: Add delete database method 2023-12-12 12:57:23 +01:00
models feat: Support private read receipts 2023-04-21 18:31:15 +02:00
utils refactor: Remove duplicated copyMap method and fix type error 2023-12-11 10:29:06 +01:00
voip fix: set cid before initWithInvite to handle getUserMedia exception correctly 2023-12-04 17:41:16 +05:30
client.dart fix: Increase timeout for initial sync from 10 seconds to 2 minutes 2023-12-15 13:18:10 +01:00
event.dart chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
presence.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00
room.dart fix: canSendDefaultMessage ignores overwritten events 2023-12-15 12:05:05 +01:00
timeline.dart fix: Delayed encrypted event in timeline not added to aggregated events 2023-11-27 16:12:45 +01:00
user.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00