mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 08:23:00 +01:00
Fix bug around collision detection filtering.
This commit is contained in:
committed by
Cody Henthorne
parent
63888f1c99
commit
8f7cc52255
@@ -492,7 +492,7 @@ class RetrieveProfileJob private constructor(parameters: Parameters, private val
|
||||
|
||||
if (recipient.isIndividual &&
|
||||
!recipient.isSystemContact &&
|
||||
!recipient.nickname.isEmpty &&
|
||||
recipient.nickname.isEmpty &&
|
||||
!recipient.isProfileSharing &&
|
||||
!recipient.isBlocked &&
|
||||
!recipient.isSelf &&
|
||||
|
||||
Reference in New Issue
Block a user