Adding setting of approval fields on message processing.

pull/2222/head
warrickct 3 years ago
parent 5002a77e60
commit 539458fe8a

@ -248,10 +248,12 @@ async function handleRegularMessage(
if (type === 'incoming') {
updateReadStatus(message, conversation);
await conversation.setDidApproveMe(true);
}
if (type === 'outgoing') {
await handleSyncedReceipts(message, conversation);
await conversation.setIsApproved(true);
}
const conversationActiveAt = conversation.get('active_at');

Loading…
Cancel
Save