mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 09:26:30 +03:00
deltachat-rpc-client: fix bug in Chat.send_message()
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
### Changes
|
||||
|
||||
### Fixes
|
||||
- deltachat-rpc-client: fix bug in `Chat.send_message()`: invalid `MessageData` field `quotedMsg` instead of `quotedMsgId`
|
||||
|
||||
|
||||
## [1.112.0] - 2023-03-23
|
||||
|
||||
@@ -126,7 +126,7 @@ class Chat:
|
||||
"file": file,
|
||||
"location": location,
|
||||
"overrideSenderName": override_sender_name,
|
||||
"quotedMsg": quoted_msg,
|
||||
"quotedMsgId": 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