Skip to content

Commit 5b5f579

Browse files
SessionHero01SessionHero01
authored andcommitted
Use var on profeatures
1 parent 10064f8 commit 5b5f579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/network/loki/messenger/libsession_util/util/BlindedContact.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ data class BlindedContact(
1313
var profileUpdatedEpochSeconds: Long,
1414
var profilePic: UserPic,
1515
var priority: ConversationPriority,
16-
val proFeatures: ProFeatures,
16+
var proFeatures: ProFeatures,
1717
) {
1818
@OptIn(ExperimentalStdlibApi::class)
1919
val communityServerPubKey: ByteArray

0 commit comments

Comments
 (0)