mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-05 09:05:40 +00:00
Allow user display names of up to 64 bytes. (#981)
This commit is contained in:
parent
391418ae1e
commit
405b8c7d28
@ -26,7 +26,7 @@ class SSKEnvironment(
|
|||||||
|
|
||||||
interface ProfileManagerProtocol {
|
interface ProfileManagerProtocol {
|
||||||
companion object {
|
companion object {
|
||||||
const val NAME_PADDED_LENGTH = 26
|
const val NAME_PADDED_LENGTH = 64
|
||||||
}
|
}
|
||||||
|
|
||||||
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