Skip to content

Commit

Permalink
add message before syncing (issue 8go#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefuturiste committed Sep 13, 2022
1 parent 88cb0e4 commit 30e8c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -5803,6 +5803,7 @@ async def action_send() -> None:
gs.credentials["room_id"], gs.client, gs.credentials
)
gs.log.debug(f"Rooms are: {rooms}")
gs.log.info("Syncing... It may take a while")
# Sync encryption keys with the server
# Required for participating in encrypted rooms
if gs.client.should_upload_keys:
Expand Down

0 comments on commit 30e8c06

Please sign in to comment.