mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-17 07:23:21 +01:00
Temporarily revert nickname bug to fix potential database churn.
This commit is contained in:
@@ -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