From 2ceb4825c45876a4a75c410557d14cd8beb76222 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 3 Feb 2025 19:08:38 +0100 Subject: Various cleanup, rewrite history viewer --- MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor') diff --git a/MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor b/MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor index 3768da4..0d622cc 100644 --- a/MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor +++ b/MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor @@ -3,7 +3,6 @@ @using LibMatrix.RoomTypes @using System.Collections.ObjectModel @using LibMatrix -@using LibMatrix.EventTypes.Spec.State @using LibMatrix.EventTypes.Spec.State.RoomInfo

User Trace


@@ -184,5 +183,10 @@ { Membership: "ban", Reason: not null } => $"Banned by {state.Sender} at {time} for {membership.Reason}", }; } + + private async Task ExportJson() { + var json = matches.ToJson(); + + } } \ No newline at end of file -- cgit 1.5.1