Update backup protos
This commit is contained in:
parent
63d38ac55d
commit
c5ce9cd880
5 changed files with 63 additions and 9 deletions
|
@ -1022,7 +1022,8 @@ export function isNormalBubble(message: MessageWithUIFieldsType): boolean {
|
|||
!isVerifiedChange(message) &&
|
||||
!isChangeNumberNotification(message) &&
|
||||
!isJoinedSignalNotification(message) &&
|
||||
!isDeliveryIssue(message)
|
||||
!isDeliveryIssue(message) &&
|
||||
!isMessageRequestResponse(message)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue