mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix some join messages showing as empty
This commit is contained in:
parent
f7cd0c4137
commit
937b35ca8a
1 changed files with 2 additions and 0 deletions
|
@ -1807,6 +1807,8 @@ TimelineModel::formatMemberEvent(QString id)
|
||||||
rendered = tr("%1 changed their display name.").arg(name);
|
rendered = tr("%1 changed their display name.").arg(name);
|
||||||
else if (avatarChanged)
|
else if (avatarChanged)
|
||||||
rendered = tr("%1 changed their avatar.").arg(name);
|
rendered = tr("%1 changed their avatar.").arg(name);
|
||||||
|
else
|
||||||
|
rendered = tr("%1 changed some profile info.").arg(name);
|
||||||
// the case of nothing changed but join follows join shouldn't happen, so
|
// the case of nothing changed but join follows join shouldn't happen, so
|
||||||
// just show it as join
|
// just show it as join
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue