From 18e25af22e8aa3f96d2b3a7fc3ef67366d19b284 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 22 Mar 2025 20:01:05 +0100 Subject: Rename FullState to AlwaysIncludeAllRooms in synchelper, to make it less confusing --- LibMatrix/Helpers/SyncHelper.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'LibMatrix/Helpers/SyncHelper.cs') diff --git a/LibMatrix/Helpers/SyncHelper.cs b/LibMatrix/Helpers/SyncHelper.cs index 4cbe73f..babdd6f 100644 --- a/LibMatrix/Helpers/SyncHelper.cs +++ b/LibMatrix/Helpers/SyncHelper.cs @@ -51,6 +51,9 @@ public class SyncHelper(AuthenticatedHomeserverGeneric homeserver, ILogger? logg } } + /// + /// Always include all rooms, and their full state according to passed filter + /// public bool FullState { get; set; } public bool IsInitialSync { get; set; } = true; -- cgit 1.5.1