Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -6603,7 +6603,7 @@ async def action_verify_emoji() -> None:
# Start a new key verification process with the given device.
# Parameters: device (OlmDevice) – The device which we would like to verify
# Return type: ToDeviceMessage
# Returns a ToDeviceMessage that should be sent to to the homeserver.
# Returns a ToDeviceMessage that should be sent to the homeserver.
#
# async to_device(message, tx_id=None)[source]
# Send a to-device message.
Expand Down Expand Up @@ -6653,7 +6653,7 @@ async def action_verify_emoji() -> None:
)
else:
gs.log.debug(
f"A verification reqest was sent to user {recipient} "
f"A verification request was sent to user {recipient} "
f"on device {recipient_device} with transaction_id {txid}."
)

Expand Down