summary refs log tree commit diff
path: root/src/CacheStructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CacheStructs.h')
-rw-r--r--src/CacheStructs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h

index a208fcf8..b3917058 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -88,6 +88,9 @@ struct RoomInfo bool guest_access = false; //! The list of tags associated with this room std::vector<std::string> tags; + + uint16_t highlight_count = 0; + uint16_t notification_count = 0; }; void