diff options
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r-- | src/Cache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index e6b7313e..aae7acde 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -2866,6 +2866,7 @@ Cache::roomNamesAndAliases() .alias = std::move(alias), .recent_activity = info.approximate_last_modification_ts, .is_tombstoned = info.is_tombstoned, + .is_space = info.is_space, }); } catch (std::exception &e) { nhlog::db()->warn("Failed to add room {} to result: {}", room_id, e.what()); |