mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-16 10:00:20 +00:00
SES-2199 Increase max display name length to 100
This commit is contained in:
@@ -32,7 +32,7 @@ class SSKEnvironment(
|
|||||||
|
|
||||||
interface ProfileManagerProtocol {
|
interface ProfileManagerProtocol {
|
||||||
companion object {
|
companion object {
|
||||||
const val NAME_PADDED_LENGTH = 64
|
const val NAME_PADDED_LENGTH = 100
|
||||||
}
|
}
|
||||||
|
|
||||||
fun setNickname(context: Context, recipient: Recipient, nickname: String?)
|
fun setNickname(context: Context, recipient: Recipient, nickname: String?)
|
||||||
|
Reference in New Issue
Block a user