Skip to content

Commit

Permalink
Fix call end message
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 8, 2024
1 parent 84a3fde commit 43d17a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix_telegram/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3688,7 +3688,7 @@ async def handle_telegram_action(
end_reason = "disconnected"
body = f"{call_type} {end_reason}"
if action.duration:
body += f" ({format_duration(action.duration)}"
body += f" ({format_duration(action.duration)})"
await self._send_message(
sender.intent_for(self),
TextMessageEventContent(msgtype=MessageType.NOTICE, body=body),
Expand Down

0 comments on commit 43d17a3

Please sign in to comment.