From 4ef9ae4b396b0eb37036d4008e8cb40e468dbe73 Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Fri, 9 Feb 2024 16:32:46 +0100 Subject: Apply syntax style to LibMatrix --- LibMatrix/Filters/LocalRoomQueryFilter.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'LibMatrix/Filters/LocalRoomQueryFilter.cs') diff --git a/LibMatrix/Filters/LocalRoomQueryFilter.cs b/LibMatrix/Filters/LocalRoomQueryFilter.cs index 6673716..b3bd4c0 100644 --- a/LibMatrix/Filters/LocalRoomQueryFilter.cs +++ b/LibMatrix/Filters/LocalRoomQueryFilter.cs @@ -22,7 +22,6 @@ public class LocalRoomQueryFilter { public int StateEventsGreaterThan { get; set; } public int StateEventsLessThan { get; set; } = int.MaxValue; - public bool CheckFederation { get; set; } public bool CheckPublic { get; set; } -} +} \ No newline at end of file -- cgit 1.4.1