summary refs log tree commit diff
path: root/src/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h

index dc688845..1d976000 100644 --- a/src/Utils.h +++ b/src/Utils.h
@@ -109,6 +109,7 @@ createDescriptionInfo(const Event &event, const QString &localUser, const QStrin bool isEmote = std::is_same<T, Emote>::value; return DescInfo{ + QString::fromStdString(msg.event_id), isEmote ? "" : (sender == localUser ? "You" : username), sender, (isText || isEmote)