diff options
author | Yash Rathore <33805964+YashRE42@users.noreply.github.com> | 2021-12-11 02:17:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 21:47:47 +0100 |
commit | 062b831e88b5433c80b05da8a68937b553ec0055 (patch) | |
tree | bdde8d80c47492de9b9136f5ea8fe7e0b823440a /matterbridge.toml.sample | |
parent | b275efaeff94b3a747a6c312829f0b107d831f72 (diff) | |
download | matterbridge-msglm-062b831e88b5433c80b05da8a68937b553ec0055.tar.gz matterbridge-msglm-062b831e88b5433c80b05da8a68937b553ec0055.tar.bz2 matterbridge-msglm-062b831e88b5433c80b05da8a68937b553ec0055.zip |
Fix Zulip example in matterbridge.toml.sample (#1657)
Commit 11fc4c286fbcd6c1519362d2b0123ebd4ab19067 changed the example for
Zulip, in a way that was not accurate to what zulip.go expects, hence
this commit fixes the example.
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 9eb605e1..d9210f48 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1904,7 +1904,7 @@ enable=true # ------------------------------------------------------------------------------------------------------------------------------------- # xmpp | channel | general | The room name # ------------------------------------------------------------------------------------------------------------------------------------- - # zulip | stream/topic:topic | general/off-topic:food | Do not use the # when specifying a topic + # zulip | stream/topic:topic | general/topic:food | Do not use the # when specifying a topic # ------------------------------------------------------------------------------------------------------------------------------------- # |