From fac4951f27665ffc34329e4fd6e3e6c9d38449fb Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 10 Jan 2026 20:05:18 +0100 Subject: [PATCH] docs: add group flow diagram --- docs/concepts/groups.md | 2 ++ docs/images/groups-flow.svg | 52 +++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 docs/images/groups-flow.svg diff --git a/docs/concepts/groups.md b/docs/concepts/groups.md index d55bd982b..1f4fd43d4 100644 --- a/docs/concepts/groups.md +++ b/docs/concepts/groups.md @@ -30,6 +30,8 @@ requireMention? yes -> mentioned? no -> store for context only otherwise -> reply ``` +![Group message flow](/images/groups-flow.svg) + If you want... | Goal | What to set | |------|-------------| diff --git a/docs/images/groups-flow.svg b/docs/images/groups-flow.svg new file mode 100644 index 000000000..06189ff07 --- /dev/null +++ b/docs/images/groups-flow.svg @@ -0,0 +1,52 @@ + + + + + + + + + + Group message + + + Group policy + open / disabled / allowlist + + + Allowlist + + + Mention gating + requireMention + + + Reply + + + + + + + + Drop + + disabled + + + Drop + + not allowed + + + Store for context + (no mention) + +