mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-05 08:47:10 +00:00
Set archived when merging contact records.
This commit is contained in:
@@ -116,6 +116,7 @@ public class ContactRecordProcessor extends DefaultStorageRecordProcessor<Signal
|
||||
.setIdentityKey(identityKey)
|
||||
.setBlocked(blocked)
|
||||
.setProfileSharingEnabled(profileSharing)
|
||||
.setArchived(archived)
|
||||
.setForcedUnread(forcedUnread)
|
||||
.setMuteUntil(muteUntil)
|
||||
.build();
|
||||
|
||||
Reference in New Issue
Block a user