Fix user status that got lost at some point

This commit is contained in:
Nicolas Werner 2021-01-04 15:10:53 +01:00
parent a13502b881
commit 5ca043ad87
1 changed files with 9 additions and 0 deletions

View File

@ -140,6 +140,15 @@ ListView {
}
Label {
color: colors.buttonText
text: TimelineManager.userStatus(modelData.userId)
textFormat: Text.PlainText
elide: Text.ElideRight
width: chat.delegateMaxWidth - parent.spacing * 2 - userName.implicitWidth - avatarSize
font.italic: true
}
}
}