From dc4e70b257456e1d64fe6a6ed8abffb99292f5f8 Mon Sep 17 00:00:00 2001 From: Korakoppa siddu Date: Sat, 28 Feb 2026 17:16:53 +0530 Subject: [PATCH] Update TODO with implementation details for name change Add detailed notes for implementing name change handling in RocketChatAccount. --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 7e35347acb..cedf2fe16e 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,8 @@ # Need to implement -- void RocketChatAccount::setNameChanged(const QJsonArray &array) (=> update ruqola when name changed) +- void RocketChatAccount::setNameChanged(const QJsonArray &array) (-> update ruqola when name changed) + Location: src/core/rocketchataccount.cpp:2374 + Reference: setUserStatusChanged() for implementation pattern + Description: Update user model when user names change on the server + - Fix apply setting in market place settings + Location: Check src/apps/appsmarketplace*.cpp files