2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Removed username from public data members of UserData.

This commit is contained in:
23rd
2022-10-05 14:32:16 +03:00
committed by John Preston
parent 9b7329b378
commit 5751d29c47
26 changed files with 112 additions and 61 deletions

View File

@@ -1446,7 +1446,7 @@ void EditNameBox::saveSelfFail(const QString &error) {
TextUtilities::SingleLine(_first->getLastText().trimmed()),
TextUtilities::SingleLine(_last->getLastText().trimmed()),
QString(),
TextUtilities::SingleLine(_user->username));
TextUtilities::SingleLine(_user->username()));
closeBox();
} else if (error == "FIRSTNAME_INVALID") {
_first->setFocus();