Update quote behavior in backups
This commit is contained in:
parent
104995e980
commit
541ba6c9de
12 changed files with 142 additions and 280 deletions
|
@ -55,7 +55,6 @@ export const copyFromQuotedMessage = async (
|
|||
referencedMessageNotFound: false,
|
||||
isGiftBadge: quote.type === SignalService.DataMessage.Quote.Type.GIFT_BADGE,
|
||||
isViewOnce: false,
|
||||
messageId: '',
|
||||
};
|
||||
|
||||
const queryMessage = await messageCache.findBySentAt(id, attributes =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue