about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-08-06 03:15:16 +0200
committerRory& <root@rory.gay>2025-08-06 03:15:16 +0200
commit89a14526658e5d061b1aef34ab569e979c9c0cf8 (patch)
treef98077d6775e78a77fb142c7f877e44e8af24cf0 /MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor
parentSynapse admin fixes, variou schanges (diff)
downloadMatrixUtils-89a14526658e5d061b1aef34ab569e979c9c0cf8.tar.xz
Various changes, room create/upgrade work dev/synapse-resync-state
Diffstat (limited to 'MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor')
-rw-r--r--MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor b/MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor

index 3f9c141..208cd19 100644 --- a/MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor +++ b/MatrixUtils.Web/Pages/Tools/Room/DropPowerlevel.razor
@@ -6,7 +6,7 @@ <span>User ID: </span><FancyTextBox @bind-Value="@UserId"/><br/> <span>Room ID: </span><FancyTextBox @bind-Value="@RoomId"/><br/> -<LinkButton OnClick="@Execute">Execute</LinkButton> +<LinkButton OnClickAsync="@Execute">Execute</LinkButton> <pre>@Result</pre>