diff options
author | Rory& <root@rory.gay> | 2024-07-07 20:25:48 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-07 20:25:48 +0200 |
commit | 3c0f32505405eb893d9260ab29381dff1dfbe036 (patch) | |
tree | fb950d2c0346ac4a7f298cf6642ea1d9aaa1fe29 /MatrixUtils.Web/Pages/Tools/Index.razor | |
parent | Some cleanup, update libs (diff) | |
download | MatrixUtils-main-pre-media-refactor.tar.xz |
Add space parent update tool github/main-pre-media-refactor main-pre-media-refactor
Diffstat (limited to 'MatrixUtils.Web/Pages/Tools/Index.razor')
-rw-r--r-- | MatrixUtils.Web/Pages/Tools/Index.razor | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MatrixUtils.Web/Pages/Tools/Index.razor b/MatrixUtils.Web/Pages/Tools/Index.razor index e68bb9a..7c73b27 100644 --- a/MatrixUtils.Web/Pages/Tools/Index.razor +++ b/MatrixUtils.Web/Pages/Tools/Index.razor @@ -15,7 +15,8 @@ <h4 class="tool-category">Room tools</h4> <hr/> -<a href="/Tools/Moderation/SpaceRestrictedJoins">Change space children join access rules</a><br/> +<a href="/Tools/Room/SpaceRestrictedJoins">Change space children join access rules</a><br/> +<a href="/Tools/Room/FixCanonicalParentSpace">Replace canonical parent space in rooms after upgrading space</a><br/> <h4 class="tool-category">Moderation tools</h4> <hr/> |