diff options
Diffstat (limited to 'events/typingevent.h')
-rw-r--r-- | events/typingevent.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/events/typingevent.h b/events/typingevent.h index b12d224e..8c9551a4 100644 --- a/events/typingevent.h +++ b/events/typingevent.h @@ -27,6 +27,8 @@ namespace QMatrixClient class TypingEvent: public Event { public: + static constexpr const char* const TypeId = "m.typing"; + TypingEvent(const QJsonObject& obj); QStringList users() const { return _users; } |