mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-21 14:08:27 +00:00
SES-2199 Increase max display name length to 100
This commit is contained in:
parent
326b81cea3
commit
1ca7fb3299
@ -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?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user