Send profileKeys less frequently

This commit is contained in:
Fedor Indutny 2021-08-10 17:16:12 -07:00 committed by GitHub
parent f431f15a5e
commit 0d3e3851e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3074,7 +3074,7 @@ export async function startApp(): Promise<void> {
if (
isIncoming(message.attributes) &&
message.get('unidentifiedDeliveryReceived')
!message.get('unidentifiedDeliveryReceived')
) {
const sender = message.getContact();