diff --git a/src/qml/Page/RoomList/RoomDelegate.qml b/src/qml/Page/RoomList/RoomDelegate.qml index f0222e1b3..2508e912e 100644 --- a/src/qml/Page/RoomList/RoomDelegate.qml +++ b/src/qml/Page/RoomList/RoomDelegate.qml @@ -31,6 +31,8 @@ Delegates.RoundedItemDelegate { readonly property bool hasNotifications: notificationCount > 0 + Accessible.name: root.displayName + onPressAndHold: createRoomListContextMenu() TapHandler {