Only hide replaced rooms if we're joined to the replacement room

This commit is contained in:
Tobias Fella
2023-10-17 22:05:20 +02:00
parent 4449678b74
commit d4b4a7e1ff
3 changed files with 12 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ public:
RoomIdRole, /**< The room matrix ID. */
IsSpaceRole, /**< Whether the room is a space. */
IsChildSpaceRole, /**< Whether this space is a child of a different space. */
ReplacementIdRole, /**< The room id of the room replacing this one, if any. */
};
Q_ENUM(EventRoles)