Skip to content

Commit 56f5ee3

Browse files
rhttimabbott
authored andcommitted
Matrix bridge: Say that the user may have to wait 1 minute.
1 parent c41ead6 commit 56f5ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip/integrations/bridge_with_matrix/matrix_bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def main() -> None:
320320
# Initiate clients
321321
backoff = zulip.RandomExponentialBackoff(timeout_success_equivalent=300)
322322
while backoff.keep_going():
323-
print("Starting matrix mirroring bot")
323+
print("Starting matrix mirroring bot (this may take a minute)")
324324
try:
325325
zulip_client = zulip.Client(
326326
email=zulip_config["email"],

0 commit comments

Comments
 (0)