Make the author line in the bubble and reply be part of the content model

This commit is contained in:
James Graham
2024-06-29 12:39:25 +01:00
parent 158b9ea2ca
commit 52d07320ef
20 changed files with 260 additions and 156 deletions

View File

@@ -50,7 +50,6 @@ QQC2.ScrollView {
DelegateChoice {
roleValue: MediaMessageFilterModel.Image
delegate: MessageDelegate {
alwaysShowAuthor: true
alwaysFillWidth: true
cardBackground: false
room: root.currentRoom
@@ -60,7 +59,6 @@ QQC2.ScrollView {
DelegateChoice {
roleValue: MediaMessageFilterModel.Video
delegate: MessageDelegate {
alwaysShowAuthor: true
alwaysFillWidth: true
cardBackground: false
room: root.currentRoom