Remove broken and duplicate code

This commit is contained in:
Tobias Fella
2025-08-08 13:49:21 +02:00
parent 04e3b88e8c
commit 8c78992b1a

View File

@@ -118,13 +118,6 @@ Kirigami.ApplicationWindow {
root.showUserDetail(user, room);
}
function goToEvent(event) {
if (event.length > 0) {
roomItem.goToEvent(event);
}
roomItem.forceActiveFocus();
}
function onAskDirectChatConfirmation(user) {
Qt.createComponent("org.kde.neochat", "AskDirectChatConfirmation").createObject(this, {
user: user