about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Pages/PolicyList
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/Pages/PolicyList')
-rw-r--r--MatrixRoomUtils.Web/Pages/PolicyList/PolicyListEditorPage.razor2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Web/Pages/PolicyList/PolicyListEditorPage.razor b/MatrixRoomUtils.Web/Pages/PolicyList/PolicyListEditorPage.razor

index 4b9c2f6..bf03ee3 100644 --- a/MatrixRoomUtils.Web/Pages/PolicyList/PolicyListEditorPage.razor +++ b/MatrixRoomUtils.Web/Pages/PolicyList/PolicyListEditorPage.razor
@@ -200,7 +200,7 @@ else private bool _enableAvatars = false; - static Dictionary<string, string> avatars = new Dictionary<string, string>(); + static Dictionary<string, string?> avatars = new Dictionary<string, string?>(); static Dictionary<string, RemoteHomeServer> servers = new Dictionary<string, RemoteHomeServer>(); public static List<StateEventResponse<PolicyRuleStateEventData>> PolicyEvents { get; set; } = new();