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:
@@ -89,6 +89,8 @@ TimelineDelegate {
|
|||||||
|
|
||||||
text: i18n("This is the beginning of the chat. There are no historical messages beyond this point.")
|
text: i18n("This is the beginning of the chat. There are no historical messages beyond this point.")
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
|
visible: !root.room.predecessorId
|
||||||
|
|
||||||
onLinkActivated: link => UrlHelper.openUrl(link)
|
onLinkActivated: link => UrlHelper.openUrl(link)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user