SES-2199 Increase max display name length to 100

This commit is contained in:
Andrew 2024-06-25 14:13:51 +09:30
parent 326b81cea3
commit 1ca7fb3299

View File

@ -32,7 +32,7 @@ class SSKEnvironment(
interface ProfileManagerProtocol {
companion object {
const val NAME_PADDED_LENGTH = 64
const val NAME_PADDED_LENGTH = 100
}
fun setNickname(context: Context, recipient: Recipient, nickname: String?)