feat(sync/v3): Remove TL size config option in favor of using the sync filter

This commit is contained in:
Ginger
2025-11-05 14:23:30 -05:00
parent 992217d644
commit 872f5bf077
5 changed files with 33 additions and 24 deletions
+5
View File
@@ -52,6 +52,11 @@ use crate::{
},
};
/// The default maximum number of events to return in the `timeline` key of
/// joined and left rooms. If the number of events sent since the last sync
/// exceeds this number, the `timeline` will be `limited`.
const DEFAULT_TIMELINE_LIMIT: usize = 30;
/// A collection of updates to users' device lists, used for E2EE.
struct DeviceListUpdates {
changed: HashSet<OwnedUserId>,