aboutsummaryrefslogtreecommitdiff
path: root/lib/syncdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/syncdata.h')
-rw-r--r--lib/syncdata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/syncdata.h b/lib/syncdata.h
index 0153bfd6..b0e31726 100644
--- a/lib/syncdata.h
+++ b/lib/syncdata.h
@@ -48,9 +48,9 @@ public:
bool timelineLimited;
QString timelinePrevBatch;
- int unreadCount;
- int highlightCount;
- int notificationCount;
+ Omittable<int> unreadCount;
+ Omittable<int> highlightCount;
+ Omittable<int> notificationCount;
SyncRoomData(const QString& roomId, JoinState joinState_,
const QJsonObject& room_);