mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06: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,
|
"file": file,
|
||||||
"location": location,
|
"location": location,
|
||||||
"overrideSenderName": override_sender_name,
|
"overrideSenderName": override_sender_name,
|
||||||
"quotedMsgId": quoted_msg,
|
"quotedMessageId": quoted_msg,
|
||||||
}
|
}
|
||||||
msg_id = await self._rpc.send_msg(self.account.id, self.id, draft)
|
msg_id = await self._rpc.send_msg(self.account.id, self.id, draft)
|
||||||
return Message(self.account, msg_id)
|
return Message(self.account, msg_id)
|
||||||
|
|||||||
Reference in New Issue
Block a user