Don't claim this is "the beginning of the chat" if a predecessor exists

This could be percieved as confusing since we show a nice blue banner
saying where to find the previous conversation.
This commit is contained in:
Joshua Goins
2026-02-20 16:16:09 -05:00
parent 2d0fa43f4f
commit f6abbda1e3

View File

@@ -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)
}
}