From f11fe491349854526f8d13e8b62458baeb3b23b6 Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Fri, 9 Feb 2024 16:30:49 +0100 Subject: Consistently use EventId for event types --- LibMatrix.EventTypes/MatrixEventAttribute.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibMatrix.EventTypes/MatrixEventAttribute.cs') diff --git a/LibMatrix.EventTypes/MatrixEventAttribute.cs b/LibMatrix.EventTypes/MatrixEventAttribute.cs index baa88ff..5f06cec 100644 --- a/LibMatrix.EventTypes/MatrixEventAttribute.cs +++ b/LibMatrix.EventTypes/MatrixEventAttribute.cs @@ -4,4 +4,4 @@ namespace LibMatrix.EventTypes; public class MatrixEventAttribute : Attribute { public required string EventName { get; set; } public bool Legacy { get; set; } -} +} \ No newline at end of file -- cgit 1.4.1