Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41ead6 commit 56f5ee3Copy full SHA for 56f5ee3
zulip/integrations/bridge_with_matrix/matrix_bridge.py
@@ -320,7 +320,7 @@ def main() -> None:
320
# Initiate clients
321
backoff = zulip.RandomExponentialBackoff(timeout_success_equivalent=300)
322
while backoff.keep_going():
323
- print("Starting matrix mirroring bot")
+ print("Starting matrix mirroring bot (this may take a minute)")
324
try:
325
zulip_client = zulip.Client(
326
email=zulip_config["email"],
0 commit comments