From 3f077eff81348698b10a83b8209c2e9a489da01a Mon Sep 17 00:00:00 2001 From: blankie Date: Wed, 17 Jun 2026 19:12:49 +0000 Subject: [PATCH] readme: tone down trust circle language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac2206b..9b32aa1 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ This connects over Reticulum and serves the remote instance at `http://localhost - Desktop-oriented - JSON-only import - Forum threads prune after 30 days by default -- Forum trust circle replaces open discovery — you discover people through your existing subscription graph, not topic blooms +- Forum discovery is through the subscription graph rather than topic-based blooms - Best-effort maintenance ## Forum plugin @@ -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. This makes spam structurally impossible — new identities have zero reach without a human vouching for them. +- **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. For full feature docs, see the [tinyweb-forum README](https://codeberg.org/tinyweb/tinyweb-forum).