diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index 679c1f50685727e521fc9fcaaf2d11b4ff45810f..aa222ac58ce33eb39bb11656993cb09c4e3b0c4b 100644
--- a/resources/qml/MessageView.qml
+++ b/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
+                }
+
             }
 
         }