aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/notifications.h')
-rw-r--r--lib/csapi/notifications.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/csapi/notifications.h b/lib/csapi/notifications.h
index 25db7052..4edb9c3e 100644
--- a/lib/csapi/notifications.h
+++ b/lib/csapi/notifications.h
@@ -29,20 +29,20 @@ namespace QMatrixClient
/// user has been, or would have been notified about.
struct Notification
{
- /// The action(s) to perform when the conditions for this rule are met.
- /// See `Push Rules: API`_.
+ /// The action(s) to perform when the conditions for this rule are met.
+ /// See `Push Rules: API`_.
QVector<QVariant> actions;
- /// The Event object for the event that triggered the notification.
+ /// The Event object for the event that triggered the notification.
EventPtr event;
- /// The profile tag of the rule that matched this event.
+ /// The profile tag of the rule that matched this event.
QString profileTag;
- /// Indicates whether the user has sent a read receipt indicating
- /// that they have read this message.
+ /// Indicates whether the user has sent a read receipt indicating
+ /// that they have read this message.
bool read;
- /// The ID of the room in which the event was posted.
+ /// The ID of the room in which the event was posted.
QString roomId;
- /// The unix timestamp at which the event notification was sent,
- /// in milliseconds.
+ /// The unix timestamp at which the event notification was sent,
+ /// in milliseconds.
qint64 ts;
};