Fix highlight mentions not updating when username changes (#6723)

Reported-by: James Upjohn <jupjohn@jammeh.co.nz>
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
Reviewed-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
SonicSegFault
2026-01-11 23:22:38 +05:30
committed by GitHub
parent a8ac28425f
commit cffd86aa4f
6 changed files with 36 additions and 4 deletions
+4
View File
@@ -65,6 +65,10 @@ public:
// Returns true if the value has changed, otherwise false
bool setOAuthToken(const QString &newOAuthToken);
// Attempts to update the users username
// Returns true if the value has changed, otherwise false
bool setUserName(const QString &newUserName);
bool isAnon() const;
void loadBlocks();