diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-01 21:44:21 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-01 21:44:21 +0100 |
commit | bd1cadb6bb88c9161290962699e32d5046d1afe7 (patch) | |
tree | 1b639d1a3e25aead4f17d25dbf5d5227457f1e66 /src/CacheStructs.h | |
parent | Possibly fix pagination in search (diff) | |
download | nheko-bd1cadb6bb88c9161290962699e32d5046d1afe7.tar.xz |
Spaces are now bold
Diffstat (limited to 'src/CacheStructs.h')
-rw-r--r-- | src/CacheStructs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h index 6e2f800a..f1aafb96 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h @@ -110,6 +110,7 @@ struct RoomNameAlias std::string id, name, alias; std::uint64_t recent_activity; bool is_tombstoned; + bool is_space; }; //! Basic information per member. |