diff options
Diffstat (limited to 'events/event.h')
-rw-r--r-- | events/event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/events/event.h b/events/event.h index 8760aa28..7db14100 100644 --- a/events/event.h +++ b/events/event.h @@ -43,6 +43,7 @@ namespace QMatrixClient Type type() const { return _type; } QByteArray originalJson() const; + QJsonObject originalJsonObject() const; // According to the CS API spec, every event also has // a "content" object; but since its structure is different for |