mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 18:05:20 +00:00
default on
This commit is contained in:
@@ -16,7 +16,7 @@ object PoWPreferenceManager {
|
|||||||
private const val KEY_POW_DIFFICULTY = "pow_difficulty"
|
private const val KEY_POW_DIFFICULTY = "pow_difficulty"
|
||||||
|
|
||||||
// Default values
|
// Default values
|
||||||
private const val DEFAULT_POW_ENABLED = false
|
private const val DEFAULT_POW_ENABLED = true
|
||||||
private const val DEFAULT_POW_DIFFICULTY = 10 // Reasonable default for geohash spam prevention
|
private const val DEFAULT_POW_DIFFICULTY = 10 // Reasonable default for geohash spam prevention
|
||||||
|
|
||||||
// State flows for reactive UI
|
// State flows for reactive UI
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ fun AboutSheet(
|
|||||||
}
|
}
|
||||||
|
|
||||||
Text(
|
Text(
|
||||||
text = "add computational proof of work to geohash messages for spam deterrence.",
|
text = "add proof of work to geohash messages for spam deterrence.",
|
||||||
fontSize = 10.sp,
|
fontSize = 10.sp,
|
||||||
fontFamily = FontFamily.Monospace,
|
fontFamily = FontFamily.Monospace,
|
||||||
color = colorScheme.onSurface.copy(alpha = 0.6f)
|
color = colorScheme.onSurface.copy(alpha = 0.6f)
|
||||||
|
|||||||
Reference in New Issue
Block a user