summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-12 12:48:12 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-12 12:48:12 +0530
commit35aa0126ac80d99aaf7f61d6eeba6c7d9eca96bc (patch)
treebbcdd5948af903617cb9f32bca97d720024411f1 /src/timeline/TimelineModel.cpp
parentfix avatar update on timeline sync (diff)
downloadnheko-35aa0126ac80d99aaf7f61d6eeba6c7d9eca96bc.tar.xz
added changing of name through edit modal, removed old roomsettings
Diffstat (limited to '')
-rw-r--r--src/timeline/TimelineModel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp

index 29808fdd..efeba146 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp
@@ -808,9 +808,9 @@ TimelineModel::openUserProfile(QString userid, bool global) } void -TimelineModel::openRoomSettings(QString roomid) +TimelineModel::openRoomSettings() { - RoomSettings *settings = new RoomSettings(roomid, this); + RoomSettings *settings = new RoomSettings(roomId(), this); connect(this, &TimelineModel::roomAvatarUrlChanged, settings, &RoomSettings::avatarChanged); openRoomSettingsDialog(settings); }