summary refs log tree commit diff
path: root/src/timeline
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-05-23 00:24:58 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-05-26 22:54:51 +0200
commit937b35ca8aeda51b564d4d957f8819228b7a17c1 (patch)
tree5d8f1dd5f3c3b29cb295b2f5f732aea42bc60a10 /src/timeline
parentAdded translation using Weblate (Italian) (diff)
downloadnheko-937b35ca8aeda51b564d4d957f8819228b7a17c1.tar.xz
Fix some join messages showing as empty
Diffstat (limited to 'src/timeline')
-rw-r--r--src/timeline/TimelineModel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index 6a4de92c..b5b05768 100644
--- a/src/timeline/TimelineModel.cpp
+++ b/src/timeline/TimelineModel.cpp
@@ -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 {