Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
fix: Unresolved reference: phoneNumberListingMode
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Mar 21, 2024
1 parent 9d6a322 commit 01f404f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class MollySocketLinkedDevice(val context: Context) {
unidentifiedAccessKey = null,
unrestrictedUnidentifiedAccess = true,
capabilities = AppCapabilities.getCapabilities(true),
discoverableByPhoneNumber = SignalStore.phoneNumberPrivacy().phoneNumberListingMode.isDiscoverable,
discoverableByPhoneNumber = SignalStore.phoneNumberPrivacy().isDiscoverableByPhoneNumber,
name = Base64.encodeWithPadding(encryptedDeviceName),
pniRegistrationId = SignalStore.account().pniRegistrationId,
recoveryPassword = null
Expand Down

0 comments on commit 01f404f

Please sign in to comment.