[network/ruqola] src/widgets/dialogs: Add TODO
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9ca82586278e47bf72a4f5817a28b073481e127f by Laurent Montel.
Committed on 20/07/2026 at 11:27.
Pushed by mlaurent into branch 'master'.
Add TODO
M +1 -0 src/widgets/dialogs/directchannelinfowidget.cpp
https://invent.kde.org/network/ruqola/-/commit/9ca82586278e47bf72a4f5817a28b073481e127f
diff --git a/src/widgets/dialogs/directchannelinfowidget.cpp b/src/widgets/dialogs/directchannelinfowidget.cpp
index 06768f1b00..89286196da 100644
--- a/src/widgets/dialogs/directchannelinfowidget.cpp
+++ b/src/widgets/dialogs/directchannelinfowidget.cpp
@@ -262,6 +262,7 @@ void DirectChannelActionWidget::setRoom(Room *room)
void DirectChannelActionWidget::generateRoomMenu(const User &user)
{
+ // We need to update it when we change element
auto menu = new UsersInRoomMenu(mRocketChatAccount, this);
menu->setParentWidget(this);
menu->setUserId(user.userId());