From 7ebf35b1372eb1c31a06a7fec25234363f9165c2 Mon Sep 17 00:00:00 2001 From: lichenblankie Date: Fri, 5 Jun 2026 00:55:23 +0000 Subject: [PATCH] update moderation page: note auto-discovery, bootstrap fallback --- tinyweb_forum/handlers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tinyweb_forum/handlers.py b/tinyweb_forum/handlers.py index 8e45f9a..72c083f 100644 --- a/tinyweb_forum/handlers.py +++ b/tinyweb_forum/handlers.py @@ -487,6 +487,7 @@ class ForumHandlers: return self._respond( f"

forum moderation

" f"

{msg}

" + f"

Forum instances on the mesh are discovered and synced automatically.

" f"

blocked instances

" f"{blocked_items}" f'
' @@ -504,6 +505,8 @@ class ForumHandlers: f"
" f"

synced instances

" f"{synced_items}" + f"

Instances are discovered automatically via mesh announces. " + f"You can also manually add a friend's instance hash to bootstrap.

" f'
' f'{self._csrf_field()}' f'

'