Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Jan 9, 2025
1 parent 53d85d3 commit fc6784b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ dependencies {
implementation("com.google.android.libraries.places:places:4.0.0")

// Signal Protocol
implementation("org.signal:libsignal-client:0.64.1")
implementation("org.signal:libsignal-android:0.64.1")
implementation("org.signal:libsignal-client:0.65.0")
implementation("org.signal:libsignal-android:0.65.0")
}
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class ApiJourneyService @Inject constructor(
return try {
Curve.decodePrivatePoint(privateKey)
} catch (e: InvalidKeyException) {
Timber.e(e, "Error decoding private key for userId=${currentUser.id}")
Timber.e(e, "Error decoding private key")
PrivateKeyUtils.decryptPrivateKey(
privateKey ?: return null,
currentUser.identity_key_salt?.toBytes() ?: return null,
Expand Down

0 comments on commit fc6784b

Please sign in to comment.