Add support for syncing pinned status with storage service.

This commit is contained in:
Greyson Parrelli
2020-10-12 21:06:42 -04:00
parent 97420aae1b
commit 7ef57cc0cf
8 changed files with 295 additions and 49 deletions

View File

@@ -256,7 +256,8 @@ public class RecipientUtil {
return threadRecipient.isLocalNumber() ||
threadRecipient.isProfileSharing() ||
threadRecipient.isSystemContact() ||
!threadRecipient.isRegistered();
!threadRecipient.isRegistered() ||
threadRecipient.isForceSmsSelection();
}
@WorkerThread