Using the group story timestamp when adding to the conversation job queue
This commit is contained in:
parent
e37e3dc82c
commit
ba55285c74
2 changed files with 19 additions and 11 deletions
|
@ -310,7 +310,8 @@ export async function sendStoryMessage(
|
|||
type: conversationQueueJobEnum.enum.Story,
|
||||
conversationId,
|
||||
messageIds: [messageAttributes.id],
|
||||
timestamp,
|
||||
// using the group timestamp, which will differ from the 1:1 timestamp
|
||||
timestamp: messageAttributes.timestamp,
|
||||
},
|
||||
async jobToInsert => {
|
||||
const model = new window.Whisper.Message(messageAttributes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue