mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 12:25:20 +00:00
Revert "Resolve merge conflicts:"
This reverts commit3384cce51d, reversing changes made to69d18aae3c.
This commit is contained in:
@@ -17,7 +17,7 @@ object PoWPreferenceManager {
|
||||
|
||||
// Default values
|
||||
private const val DEFAULT_POW_ENABLED = false
|
||||
private const val DEFAULT_POW_DIFFICULTY = 12 // Reasonable default for geohash spam prevention
|
||||
private const val DEFAULT_POW_DIFFICULTY = 16 // Reasonable default for geohash spam prevention
|
||||
|
||||
// State flows for reactive UI
|
||||
private val _powEnabled = MutableStateFlow(DEFAULT_POW_ENABLED)
|
||||
|
||||
Reference in New Issue
Block a user