Set archived when merging contact records.
This commit is contained in:
parent
3d01bd7c57
commit
5342af60cb
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ public class ContactRecordProcessor extends DefaultStorageRecordProcessor<Signal
|
|||
.setIdentityKey(identityKey)
|
||||
.setBlocked(blocked)
|
||||
.setProfileSharingEnabled(profileSharing)
|
||||
.setArchived(archived)
|
||||
.setForcedUnread(forcedUnread)
|
||||
.setMuteUntil(muteUntil)
|
||||
.build();
|
||||
|
|
Loading…
Add table
Reference in a new issue