diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 71a287bbc400303303e01d5e6a849f14e878a1a3..202c09e91796159249745fe983157274021030ff 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -439,8 +439,7 @@ Page {
                     Connections {
                         target: chat.model
                         onTypingUsersChanged: {
-                            if (chat.model && chat.model.formatTypingUsers(chat.model.typingUsers,
-                                                                           colors.window) === "")
+                            if (chat.model && chat.model.typingUsers < 1)
                                 typingRect.color = "transparent"
                             else
                                 typingRect.color = colors.window