Clear typing notifications when the user list is empty

fixes #304
This commit is contained in:
Konstantinos Sideris 2018-04-24 14:50:47 +03:00
parent 0028fdfe6c
commit 649d73a7bd
2 changed files with 17 additions and 14 deletions

View file

@ -136,6 +136,9 @@ private:
//! Update the room with the new notification count.
void updateRoomNotificationCount(const QString &room_id, uint16_t notification_count);
QStringList generateTypingUsers(const QString &room_id,
const std::vector<std::string> &typing_users);
QHBoxLayout *topLayout_;
Splitter *splitter;