This commit is contained in:
maxmoney21m 2023-03-12 02:19:56 +08:00
parent 3a2403b344
commit 9561261bf4

View File

@ -14,6 +14,7 @@ import nostr.postr.Persona
import nostr.postr.toHex import nostr.postr.toHex
import java.util.Locale import java.util.Locale
// MUST BE SET TO FALSE FOR PRODUCTION!!!!!
const val DEBUG_PLAINTEXT_PREFERENCES = true const val DEBUG_PLAINTEXT_PREFERENCES = true
data class AccountInfo(val npub: String, val current: Boolean, val displayName: String?, val profilePicture: String?) data class AccountInfo(val npub: String, val current: Boolean, val displayName: String?, val profilePicture: String?)