Remove refs to MessageModel in conversations.ts
This commit is contained in:
parent
2550af9c91
commit
cc6ff0b554
17 changed files with 312 additions and 357 deletions
|
@ -239,7 +239,7 @@ export async function sendEditedMessage(
|
|||
SEND_REPORT_THRESHOLD_MS,
|
||||
async () => {
|
||||
conversation.beforeMessageSend({
|
||||
message: targetMessage,
|
||||
message: targetMessage.attributes,
|
||||
dontClearDraft: false,
|
||||
dontAddMessage: true,
|
||||
now: timestamp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue