Update backup protos

This commit is contained in:
Fedor Indutny 2024-07-31 06:43:26 -07:00 committed by GitHub
parent 63d38ac55d
commit c5ce9cd880
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 63 additions and 9 deletions

View file

@ -1022,7 +1022,8 @@ export function isNormalBubble(message: MessageWithUIFieldsType): boolean {
!isVerifiedChange(message) &&
!isChangeNumberNotification(message) &&
!isJoinedSignalNotification(message) &&
!isDeliveryIssue(message)
!isDeliveryIssue(message) &&
!isMessageRequestResponse(message)
);
}