Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 0100272b940672e9f4e32971585c63701dfe4ea6 Author: Yash Rathore <33805964+YashRE42@users.noreply.github.com> Date: Sat Dec 11 02:17:47 2021 +0000 Fix Zulip example in matterbridge.toml.sample (#1657) Commit 34194a0725a1482add6bb9dc73c881e4ac234ddd changed the example for Zulip, in a way that was not accurate to what zulip.go expects, hence this commit fixes the example. diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 9eb605e..d9210f4 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -19047 +19047 @@ 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 # -------------------------------------------------------------------------------------------------------------------------------------   #