fix avatar update on timeline sync
This commit is contained in:
parent
a7d7d18e92
commit
f044e2d2a1
7 changed files with 13 additions and 9 deletions
|
|
@ -399,9 +399,7 @@ void
|
|||
TimelineViewManager::openRoomSettings()
|
||||
{
|
||||
MainWindow::instance()->openRoomSettings(timeline_->roomId());
|
||||
|
||||
RoomSettings *settings = new RoomSettings(timeline_->roomId(), this);
|
||||
emit openRoomSettingsDialog(settings);
|
||||
timeline_->openRoomSettings(timeline_->roomId());
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue