1 files changed, 0 insertions, 2 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h
index 1d0f0d70..28c70055 100644
--- a/src/CacheStructs.h
+++ b/src/CacheStructs.h
@@ -83,8 +83,6 @@ struct RoomInfo
//! Who can access to the room.
mtx::events::state::JoinRule join_rule = mtx::events::state::JoinRule::Public;
bool guest_access = false;
- //! Metadata describing the last message in the timeline.
- DescInfo msgInfo;
//! The list of tags associated with this room
std::vector<std::string> tags;
};
|