Adds the error code to avoid testing it again

This commit is contained in:
Vitor Pamplona
2025-09-02 12:36:43 -04:00
parent 56f93170e5
commit 35146cc794
@@ -184,6 +184,7 @@ class RelayUrlNormalizer {
}
} catch (e: Exception) {
if (e is CancellationException) throw e
normalizedUrls.put(url, NormalizationResult.Error)
Log.w("NormalizedRelayUrl", "Rejected Error $url")
null
}