summary refs log tree commit diff
path: root/resources/qml/RowDelegateChooser.qml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/RowDelegateChooser.qml')
-rw-r--r--resources/qml/RowDelegateChooser.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/qml/RowDelegateChooser.qml b/resources/qml/RowDelegateChooser.qml
index b7b6bdf4..bacd970a 100644
--- a/resources/qml/RowDelegateChooser.qml
+++ b/resources/qml/RowDelegateChooser.qml
@@ -5,7 +5,7 @@ import com.github.nheko 1.0
 import "./delegates"
 
 DelegateChooser {
-	role: "type"
+	//role: "type" //< not supported in our custom implementation, have to use roleValue
 	width: chat.width
 	roleValue: model.type
 
@@ -46,7 +46,6 @@ DelegateChooser {
 		TimelineRow { view: chat; Redacted { id: kid } }
 	}
 	DelegateChoice {
-		//roleValue: MtxEvent.Redacted
 		TimelineRow { view: chat; Placeholder { id: kid } }
 	}
 }