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)
|
.setIdentityKey(identityKey)
|
||||||
.setBlocked(blocked)
|
.setBlocked(blocked)
|
||||||
.setProfileSharingEnabled(profileSharing)
|
.setProfileSharingEnabled(profileSharing)
|
||||||
|
.setArchived(archived)
|
||||||
.setForcedUnread(forcedUnread)
|
.setForcedUnread(forcedUnread)
|
||||||
.setMuteUntil(muteUntil)
|
.setMuteUntil(muteUntil)
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Add table
Reference in a new issue