Merge branch '2.5.22' into StoreAndForwardUpdate

This commit is contained in:
Garth Vander Houwen 2025-03-31 22:11:54 -07:00 committed by GitHub
commit b08064258f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
116 changed files with 4972 additions and 3847 deletions

View file

@ -107,7 +107,7 @@ struct StoreForwardConfig: View {
do {
try context.save()
} catch {
Logger.mesh.error("Failed to save isServer: \(error.localizedDescription)")
Logger.mesh.error("Failed to save isServer: \(error.localizedDescription, privacy: .public)")
}
}