diff options
Diffstat (limited to 'internal/eventutil')
-rw-r--r-- | internal/eventutil/types.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/eventutil/types.go b/internal/eventutil/types.go index afc62d8c..18175d6a 100644 --- a/internal/eventutil/types.go +++ b/internal/eventutil/types.go @@ -35,8 +35,9 @@ type AccountData struct { } type ReadMarkerJSON struct { - FullyRead string `json:"m.fully_read"` - Read string `json:"m.read"` + FullyRead string `json:"m.fully_read"` + Read string `json:"m.read"` + ReadPrivate string `json:"m.read.private"` } // NotificationData contains statistics about notifications, sent from |