diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index f34cb405..f084b4dd 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp @@ -655,7 +655,7 @@ TimelineModel::userColor(QString id, QColor background) QString TimelineModel::displayName(QString id) const { - return cache::displayName(room_id_, id); + return cache::displayName(room_id_, id).toHtmlEscaped(); } QString