Using the group story timestamp when adding to the conversation job queue
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user