about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor')
-rw-r--r--MatrixUtils.Web/Pages/Tools/Moderation/UserTrace.razor6
1 files changed, 5 insertions, 1 deletions
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 <h3>User Trace</h3> <hr/> @@ -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