about summary refs log tree commit diff
path: root/LibMatrix.EventTypes
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-03-18 11:55:06 +0100
committerRory& <root@rory.gay>2025-03-18 11:55:06 +0100
commit44bfb17b1da1bd24140da7d9dcff56fa6fce45e4 (patch)
tree336db6b3de82e10499596bbea2faeecb64dfec67 /LibMatrix.EventTypes
parentDead code cleanup, add room helper for policy lists (diff)
downloadLibMatrix-44bfb17b1da1bd24140da7d9dcff56fa6fce45e4.tar.xz
Refactor room specialisations to be functions, make http logging configurable
Diffstat (limited to 'LibMatrix.EventTypes')
-rw-r--r--LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs b/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs

index 86950e5..27d505c 100644 --- a/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs +++ b/LibMatrix.EventTypes/Spec/State/Policy/PolicyRuleStateEventContent.cs
@@ -32,7 +32,7 @@ public class RoomPolicyRuleEventContent : PolicyRuleEventContent { } public abstract class PolicyRuleEventContent : EventContent { - public PolicyRuleEventContent() => Console.WriteLine($"init policy {GetType().Name}"); + // public PolicyRuleEventContent() => Console.WriteLine($"init policy {GetType().Name}"); private string? _reason; /// <summary>