Merge pull request #2207 from ianmacd/pr8

Allow user names up to 26 characters long, in line with Android.
pull/2211/head
Audric Ackermann 3 years ago committed by GitHub
commit 67e2fea70c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ import {
} from '../../util/accountManager';
import { fromHex } from '../../session/utils/String';
export const MAX_USERNAME_LENGTH = 20;
export const MAX_USERNAME_LENGTH = 26;
// tslint:disable: use-simple-attributes
export async function resetRegistration() {

Loading…
Cancel
Save