Fix user status that got lost at some point

pull/365/head
Nicolas Werner 4 years ago
parent a13502b881
commit 5ca043ad87
  1. 9
      resources/qml/MessageView.qml

@ -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
}
}
}

Loading…
Cancel
Save