Skip to content
Snippets Groups Projects
Commit 5ca043ad authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix user status that got lost at some point

parent a13502b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment