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 a66f5e68..bb80cde8 100644 --- a/events/event.h +++ b/events/event.h @@ -47,6 +47,7 @@ namespace QMatrixClient QString id() const; QDateTime timestamp() const; QString roomId() const; + QString senderId() const; // only for debug purposes! QString originalJson() const; |