Display room's latest event instead of topic when possible.

This commit is contained in:
Black Hat
2018-08-22 23:21:39 +08:00
parent e428e9f005
commit cca9467703
6 changed files with 25 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ class MatriqueRoom : public Room {
bool hasUsersTyping();
QString getUsersTyping();
QString lastEvent();
private:
QString m_cachedInput;
bool m_isTyping;