Put timestamp of edited message into the job
This commit is contained in:
parent
f6676db4d3
commit
11456d100f
7 changed files with 116 additions and 14 deletions
|
@ -212,6 +212,7 @@ export async function sendEditedMessage(
|
|||
conversationId,
|
||||
messageId: targetMessageId,
|
||||
revision: conversation.get('revision'),
|
||||
editedMessageTimestamp: targetSentTimestamp,
|
||||
},
|
||||
async jobToInsert => {
|
||||
log.info(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue