Fix opening user mentions
This commit is contained in:
@@ -177,4 +177,8 @@ Kirigami.Page {
|
||||
root.header.contentItem.type = Kirigami.MessageType.Warning;
|
||||
root.header.visible = true;
|
||||
}
|
||||
|
||||
function showUserDetail(user) {
|
||||
timelineViewLoader.item.showUserDetail(user)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user