Improve InviteUserPage

This commit is contained in:
Tobias Fella
2025-08-21 15:12:08 +02:00
parent 0fa490f532
commit bd80390daa
3 changed files with 38 additions and 2 deletions

View File

@@ -106,6 +106,9 @@ SearchPage {
dialog.accepted.connect(() => {
root.closeDialog();
});
dialog.userSelected.connect(userId => {
root.connection.requestDirectChat(userId);
});
dialog.open();
}
}