Skip to content

Commit

Permalink
Use correct value for setProfileSharingEnabled on GroupV2Record
Browse files Browse the repository at this point in the history
  • Loading branch information
AsamK committed Mar 7, 2024
1 parent ea135aa commit 5cf05ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ boolean isInvalid(@NonNull SignalGroupV2Record remote) {
} else {
return new SignalGroupV2Record.Builder(keyGenerator.generate(), remote.getMasterKeyBytes(), unknownFields)
.setBlocked(blocked)
.setProfileSharingEnabled(blocked)
.setProfileSharingEnabled(profileSharing)
.setArchived(archived)
.setForcedUnread(forcedUnread)
.setMuteUntil(muteUntil)
Expand Down

0 comments on commit 5cf05ce

Please sign in to comment.