about summary refs log tree commit diff
path: root/LibMatrix/Helpers/SyncHelper.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-22 20:01:05 +0100
committerRory& <root@rory.gay>2025-03-22 20:04:06 +0100
commit18e25af22e8aa3f96d2b3a7fc3ef67366d19b284 (patch)
tree1b69a6e4bb9f6d932a89fe507ec106b2d9141149 /LibMatrix/Helpers/SyncHelper.cs
parentFix invite listener sync resume logic (diff)
downloadLibMatrix-18e25af22e8aa3f96d2b3a7fc3ef67366d19b284.tar.xz
Rename FullState to AlwaysIncludeAllRooms in synchelper, to make it less confusing
Diffstat (limited to 'LibMatrix/Helpers/SyncHelper.cs')
-rw-r--r--LibMatrix/Helpers/SyncHelper.cs3
1 files changed, 3 insertions, 0 deletions
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 } } + /// <summary> + /// Always include all rooms, and their full state according to passed filter + /// </summary> public bool FullState { get; set; } public bool IsInitialSync { get; set; } = true;