Update ktlint to 1.5.0.

This commit is contained in:
jeffrey-signal
2025-12-05 09:48:22 -06:00
committed by GitHub
parent cc381513ef
commit 109fc7f1fa
24 changed files with 1254 additions and 385 deletions

View File

@@ -423,12 +423,13 @@ object SvrRepository {
false
}
newToken = newToken || if (Svr3Migration.shouldWriteToSvr2) {
val credentials: AuthCredentials = svr2.authorization()
SignalStore.svr.appendSvr2AuthTokenToList(credentials.asBasic())
} else {
false
}
newToken = newToken ||
if (Svr3Migration.shouldWriteToSvr2) {
val credentials: AuthCredentials = svr2.authorization()
SignalStore.svr.appendSvr2AuthTokenToList(credentials.asBasic())
} else {
false
}
if (newToken && SignalStore.svr.hasPin()) {
BackupManager(AppDependencies.application).dataChanged()