diff --git a/src/timeline/TimelineEndDelegate.qml b/src/timeline/TimelineEndDelegate.qml index c5d836a29..bc5af079c 100644 --- a/src/timeline/TimelineEndDelegate.qml +++ b/src/timeline/TimelineEndDelegate.qml @@ -89,6 +89,8 @@ TimelineDelegate { text: i18n("This is the beginning of the chat. There are no historical messages beyond this point.") wrapMode: Text.Wrap + visible: !root.room.predecessorId + onLinkActivated: link => UrlHelper.openUrl(link) } }