mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-04 20:16:03 +02:00
docs: Add suggestion about auto join room
Adds suggestion to suspend_on_register doc that admins should add a room that contains information to their auto_join_rooms as to not confuse new users who may be lost at the fact they can't join any rooms or send any messages.
This commit is contained in:
parent
6e60918584
commit
8e0852e5b5
1 changed files with 5 additions and 0 deletions
|
@ -521,6 +521,11 @@ pub struct Config {
|
|||
/// leave rooms, and deactivate their account, however cannot send messages,
|
||||
/// invites, or create/join or otherwise modify rooms.
|
||||
/// They are effectively read-only.
|
||||
///
|
||||
/// If you want to use this to screen people who register on your server,
|
||||
/// you should add a room to `auto_join_rooms` that is public, and contains
|
||||
/// information that new users can read (since they won't be able to DM
|
||||
/// anyone, or send a message, and may be confused).
|
||||
#[serde(default)]
|
||||
pub suspend_on_register: bool,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue