Fix userprofile on roomlist
This commit is contained in:
parent
005a4978bf
commit
d70a344a4d
@ -455,7 +455,7 @@ Page {
|
||||
|
||||
function openUserProfile() {
|
||||
Nheko.updateUserProfile();
|
||||
var userProfile = userProfileComponent.createObject(timelineRoot, {
|
||||
var userProfile = Qt.createComponent("qrc:/qml/dialogs/UserProfile.qml").createObject(timelineRoot, {
|
||||
"profile": Nheko.currentUser
|
||||
});
|
||||
userProfile.show();
|
||||
|
Loading…
Reference in New Issue
Block a user