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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h

index f7d6f0e2..1d0f0d70 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -76,6 +76,8 @@ struct RoomInfo std::string version; //! Whether or not the room is an invite. bool is_invite = false; + //! Wheter or not the room is a space + bool is_space = false; //! Total number of members in the room. size_t member_count = 0; //! Who can access to the room.