From 023b19c2aa8e84025724820c57ceed751feb3cd3 Mon Sep 17 00:00:00 2001 From: BetaRays Date: Tue, 17 Oct 2023 15:27:33 +0200 Subject: [PATCH] Document muc_grouped_by_domain --- docs/source/configuration.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index 1f4b6047d2..a5e93f3556 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -1278,6 +1278,14 @@ By fetching member lists, Converse.js will always show these users as participants of the MUC, giving them a permanent "presence" in the MUC. +muc_grouped_by_domain +--------------------- + +* Default: ``false`` + +If ``true``, displays MUCS of a same domain together, in collapsible groups. + + muc_history_max_stanzas -----------------------