diff options
author | Gary Kim <gary@garykim.dev> | 2021-06-19 15:45:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 21:45:19 +0200 |
commit | a79e632cdc26f3870b0d8b37f9a94bdcf6f47711 (patch) | |
tree | 69a23944ef6ddec50340a2567fc895edec87991a /matterbridge.toml.sample | |
parent | f36498421b7a3fbbe766c88bde4be656ab3a0b86 (diff) | |
download | matterbridge-msglm-a79e632cdc26f3870b0d8b37f9a94bdcf6f47711.tar.gz matterbridge-msglm-a79e632cdc26f3870b0d8b37f9a94bdcf6f47711.tar.bz2 matterbridge-msglm-a79e632cdc26f3870b0d8b37f9a94bdcf6f47711.zip |
Add support for separate display name (nctalk) (#1506)
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index c48ed835..9dadd520 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1469,6 +1469,9 @@ Password = "talkuserpass" # Suffix for Guest Users GuestSuffix = " (Guest)" +# Separate display name (Note: needs to be configured from Nextcloud Talk to work) +SeparateDisplayName=false + ################################################################### # Mumble ################################################################### @@ -1883,7 +1886,7 @@ enable=true # ------------------------------------------------------------------------------------------------------------------------------------- # telegram | chatid | -123456789 | A large negative number. see https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau # ------------------------------------------------------------------------------------------------------------------------------------- - # vk | peerid | 2000000002 | A number that starts form 2000000000. Use --debug and send any message in chat to get PeerID in the logs + # vk | peerid | 2000000002 | A number that starts form 2000000000. Use --debug and send any message in chat to get PeerID in the logs # ------------------------------------------------------------------------------------------------------------------------------------- # whatsapp | group JID | 48111222333-123455678999@g.us | A unique group JID. If you specify an empty string, bridge will list all the possibilities # | "Group Name" | "Family Chat" | if you specify a group name, the bridge will find hint the JID to specify. Names can change over time and are not stable. |