Fix opening user mentions

This commit is contained in:
Tobias Fella
2023-07-17 12:46:12 +02:00
parent 9b31fdea10
commit 646c8ba8fe
2 changed files with 11 additions and 7 deletions

View File

@@ -177,4 +177,8 @@ Kirigami.Page {
root.header.contentItem.type = Kirigami.MessageType.Warning;
root.header.visible = true;
}
function showUserDetail(user) {
timelineViewLoader.item.showUserDetail(user)
}
}