mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Add support for syncing pinned status with storage service.
This commit is contained in:
@@ -256,7 +256,8 @@ public class RecipientUtil {
|
||||
return threadRecipient.isLocalNumber() ||
|
||||
threadRecipient.isProfileSharing() ||
|
||||
threadRecipient.isSystemContact() ||
|
||||
!threadRecipient.isRegistered();
|
||||
!threadRecipient.isRegistered() ||
|
||||
threadRecipient.isForceSmsSelection();
|
||||
}
|
||||
|
||||
@WorkerThread
|
||||
|
||||
Reference in New Issue
Block a user