diff --git a/src/qml/RoomInformation.qml b/src/qml/RoomInformation.qml index 89901c05a..e99a74947 100644 --- a/src/qml/RoomInformation.qml +++ b/src/qml/RoomInformation.qml @@ -218,7 +218,6 @@ QQC2.ScrollView { KeyNavigation.backtab: index === 0 ? userList.headerItem.userListSearchField : null onClicked: { - userDelegate.highlighted = true; RoomManager.resolveResource(userDelegate.userId, "mention"); }