diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml index d2c97d57405c39c9f7a497b48251f6547a5d830c..50cbd37115b4a904cb4ea429f42c52a47e12d921 100644 --- a/resources/qml/MessageView.qml +++ b/resources/qml/MessageView.qml @@ -493,6 +493,7 @@ ScrollView { foreground: Nheko.colors.mid z: 3 } + } } diff --git a/src/timeline/TimelineViewManager.cpp b/src/timeline/TimelineViewManager.cpp index da3ba2825003e6e3a0f51e3f980a69b5ef3acfdf..c08cfd534c64255bb169c2347c5c5e31b77cbd6e 100644 --- a/src/timeline/TimelineViewManager.cpp +++ b/src/timeline/TimelineViewManager.cpp @@ -379,7 +379,8 @@ TimelineViewManager::openInviteUsers(QString roomId) emit openInviteUsersDialog(model); } -void TimelineViewManager::openGlobalUserProfile(QString userId) +void +TimelineViewManager::openGlobalUserProfile(QString userId) { UserProfile *profile = new UserProfile{QString{}, userId, this}; emit openProfile(profile);