Hide rooms with custom defined types in quick switcher
This matches the behavior in other room lists. I also tried to normalize the constructor with SortFilterRoomTreeModel.
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
||||
ReplacementIdRole, /**< The room id of the room replacing this one, if any. */
|
||||
IsDirectChat, /**< Whether this room is a direct chat. */
|
||||
NotificationCountRole, /**< Count of all notifications that also include non-notable events like unread messages. */
|
||||
RoomTypeRole, /**< The room's type. */
|
||||
};
|
||||
Q_ENUM(EventRoles)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user