Align status text with server url.

Cleans the space in the beginning of the string when there is no emoji
set.

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2021-03-30 20:53:03 +02:00 committed by allexzander (Rebase PR Action)
parent e51dad79a2
commit c8ac99c8cf

View file

@ -107,7 +107,7 @@ UserStatus::Status UserStatus::status() const
QString UserStatus::message() const
{
return _message;
return _message.trimmed();
}
QUrl UserStatus::icon() const