Display room messages and other events
This commit is contained in:
@@ -33,7 +33,7 @@ Rectangle {
|
||||
|
||||
Base.HLabel {
|
||||
id: "roomDescription"
|
||||
text: chatPage.room.description
|
||||
text: chatPage.room.description || ""
|
||||
font.pixelSize: smallSize
|
||||
elide: Text.ElideRight
|
||||
maximumLineCount: 1
|
||||
|
||||
Reference in New Issue
Block a user