Update quote behavior in backups
This commit is contained in:
parent
104995e980
commit
541ba6c9de
12 changed files with 142 additions and 280 deletions
|
@ -117,7 +117,7 @@ export function getPaymentEventDescription(
|
|||
export function isQuoteAMatch(
|
||||
message: ReadonlyMessageAttributesType | null | undefined,
|
||||
conversationId: string,
|
||||
quote: ReadonlyDeep<Pick<QuotedMessageType, 'id' | 'authorAci' | 'author'>>
|
||||
quote: ReadonlyDeep<Pick<QuotedMessageType, 'id' | 'authorAci'>>
|
||||
): message is ReadonlyMessageAttributesType {
|
||||
if (!message) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue