diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp
index 2c58e2f5803c742779d18e96abc22c3549748ccc..e3d87ae6aa455b41c728db6255a7ece2d446f30a 100644
--- a/src/timeline/TimelineModel.cpp
+++ b/src/timeline/TimelineModel.cpp
@@ -505,8 +505,8 @@ TimelineModel::data(const QModelIndex &index, int role) const
         case FormattedBody:
                 return QVariant(
                   utils::replaceEmoji(
-                    boost::apply_visitor(
-                      [](const auto &e) -> QString { return eventFormattedBody(e); }, event))
+                    utils::linkifyMessage(boost::apply_visitor(
+                      [](const auto &e) -> QString { return eventFormattedBody(e); }, event)))
                     .remove("<mx-reply>")
                     .remove("</mx-reply>"));
         case Url: