Skip to content

Commit b290717

Browse files
rhttimabbott
authored andcommitted
Matrix bridge: Print reminder to subscribe the bots on startup.
1 parent 31365a8 commit b290717

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zulip/integrations/bridge_with_matrix/matrix_bridge.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,11 @@ def main() -> None:
317317
zulip_config = config["zulip"]
318318
matrix_config = config["matrix"]
319319

320+
print(
321+
"IMPORTANT: Make sure that the bot accounts have been"
322+
" subscribed to the relevant Matrix room / Zulip stream"
323+
)
324+
320325
# Initiate clients
321326
backoff = zulip.RandomExponentialBackoff(timeout_success_equivalent=300)
322327
while backoff.keep_going():

0 commit comments

Comments
 (0)