mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-21 20:59:02 -08:00
matterbridge.toml.sample: Add explicit mention of default value for nctalk/UserIdAsNick
Co-authored-by: Gary Kim <gary@garykim.dev>
This commit is contained in:
parent
227f9496ee
commit
f718c5c91e
@ -1407,7 +1407,7 @@ Password = "talkuserpass"
|
|||||||
|
|
||||||
# Suffix for Guest Users
|
# Suffix for Guest Users
|
||||||
GuestSuffix = " (Guest)"
|
GuestSuffix = " (Guest)"
|
||||||
# If true, use the User ID instead of Display Name for non-guest users
|
# If true, use the User ID instead of Display Name for non-guest users (default false)
|
||||||
# WARNING: Before using this, verify that your user IDs are indeed human-readable and intended for display.
|
# WARNING: Before using this, verify that your user IDs are indeed human-readable and intended for display.
|
||||||
UserIdAsNick = false
|
UserIdAsNick = false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user