From 0557fd17d424950ed9a16902443265bd4d2725e0 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 24 Apr 2025 10:07:38 +0200 Subject: Maubot ping compat, make json extensibility easier to use --- LibMatrix.EventTypes/EventContent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LibMatrix.EventTypes') diff --git a/LibMatrix.EventTypes/EventContent.cs b/LibMatrix.EventTypes/EventContent.cs index 89686ae..1011e88 100644 --- a/LibMatrix.EventTypes/EventContent.cs +++ b/LibMatrix.EventTypes/EventContent.cs @@ -7,7 +7,7 @@ namespace LibMatrix.EventTypes; public abstract class EventContent { [JsonExtensionData] - public Dictionary? AdditionalData { get; set; } = []; + public Dictionary? AdditionalData { get; set; } = []; public static List GetMatchingEventTypes() where T : EventContent { var type = typeof(T); -- cgit 1.5.1