We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e16123 commit b8d8413Copy full SHA for b8d8413
lib/src/main/java/org/asamk/signal/manager/api/Contact.java
@@ -49,8 +49,12 @@ public static Builder newBuilder(final Contact copy) {
49
builder.givenName = copy.givenName();
50
builder.familyName = copy.familyName();
51
builder.nickName = copy.nickName();
52
+ builder.nickNameGivenName = copy.nickNameGivenName();
53
+ builder.nickNameFamilyName = copy.nickNameFamilyName();
54
+ builder.note = copy.note();
55
builder.color = copy.color();
56
builder.messageExpirationTime = copy.messageExpirationTime();
57
+ builder.messageExpirationTimeVersion = copy.messageExpirationTimeVersion();
58
builder.muteUntil = copy.muteUntil();
59
builder.hideStory = copy.hideStory();
60
builder.isBlocked = copy.isBlocked();
0 commit comments