Remove broken and duplicate code
This commit is contained in:
@@ -118,13 +118,6 @@ Kirigami.ApplicationWindow {
|
|||||||
root.showUserDetail(user, room);
|
root.showUserDetail(user, room);
|
||||||
}
|
}
|
||||||
|
|
||||||
function goToEvent(event) {
|
|
||||||
if (event.length > 0) {
|
|
||||||
roomItem.goToEvent(event);
|
|
||||||
}
|
|
||||||
roomItem.forceActiveFocus();
|
|
||||||
}
|
|
||||||
|
|
||||||
function onAskDirectChatConfirmation(user) {
|
function onAskDirectChatConfirmation(user) {
|
||||||
Qt.createComponent("org.kde.neochat", "AskDirectChatConfirmation").createObject(this, {
|
Qt.createComponent("org.kde.neochat", "AskDirectChatConfirmation").createObject(this, {
|
||||||
user: user
|
user: user
|
||||||
|
|||||||
Reference in New Issue
Block a user