Skip to content
Snippets Groups Projects
Commit 937b35ca authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix some join messages showing as empty

parent f7cd0c41
No related branches found
No related tags found
No related merge requests found
......@@ -1807,6 +1807,8 @@ TimelineModel::formatMemberEvent(QString id)
rendered = tr("%1 changed their display name.").arg(name);
else if (avatarChanged)
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
// just show it as join
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment