mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
deltachat-rpc-client: fix bug in Chat.send_message()
This commit is contained in:
@@ -126,7 +126,7 @@ class Chat:
|
||||
"file": file,
|
||||
"location": location,
|
||||
"overrideSenderName": override_sender_name,
|
||||
"quotedMsgId": quoted_msg,
|
||||
"quotedMessageId": quoted_msg,
|
||||
}
|
||||
msg_id = await self._rpc.send_msg(self.account.id, self.id, draft)
|
||||
return Message(self.account, msg_id)
|
||||
|
||||
Reference in New Issue
Block a user