remove forum_enabled toggle: subscribing IS trusting, no intermediate state

This commit is contained in:
blankie 2026-06-17 19:51:21 +00:00
parent b3426b2494
commit 3f00554f09
3 changed files with 1 additions and 18 deletions

View file

@ -210,7 +210,7 @@ Enable it on the `/style` page under "Forum". A "Forum" link will appear in the
- Auto-discovery can be disabled in the moderation page
- Threads are auto-pruned after 30 days (configurable, or set to 0 to keep everything)
- Moderation is local: block authors, mute threads, keyword filters, and gossip block lists with peers (auto-block after 3 peer reports)
- **Trust circle** — Content is gated by a trust graph derived from your TinyWeb subscriptions. Each subscription has a "forum" toggle — enable it to include that peer's forum content (and their transitive trust network). Blocking a peer cascades: their downstream trust network is removed from your view. New identities have no trust path until a trusted peer vouches for them.
- **Trust circle** — Content is gated by a trust graph derived from your TinyWeb subscriptions. Each subscribed peer's forum content (and their transitive trust network) enters your view automatically. Blocking a peer cascades: their downstream trust network is removed from your view.
For full feature docs, see the [tinyweb-forum README](https://codeberg.org/tinyweb/tinyweb-forum).