Matrix bridge: Say that the user may have to wait 1 minute.
This commit is contained in:
parent
c41ead698f
commit
56f5ee3d70
|
@ -320,7 +320,7 @@ def main() -> None:
|
|||
# Initiate clients
|
||||
backoff = zulip.RandomExponentialBackoff(timeout_success_equivalent=300)
|
||||
while backoff.keep_going():
|
||||
print("Starting matrix mirroring bot")
|
||||
print("Starting matrix mirroring bot (this may take a minute)")
|
||||
try:
|
||||
zulip_client = zulip.Client(
|
||||
email=zulip_config["email"],
|
||||
|
|
Loading…
Reference in a new issue