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:
Sebastian P 2020-10-04 16:24:36 +02:00 committed by GitHub
parent 227f9496ee
commit f718c5c91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1407,7 +1407,7 @@ Password = "talkuserpass"
# Suffix for Guest Users
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.
UserIdAsNick = false