[Room] Additionally show a tab for friends and ignored users instead of just all online users.

Took 21 minutes


Took 12 minutes
This commit is contained in:
Lukas Brübach 2026-06-07 09:46:32 +02:00
parent 6be9cec6e2
commit bdb0f12f66
5 changed files with 33 additions and 10 deletions

View file

@ -145,7 +145,7 @@ public:
return userInfo;
}
[[nodiscard]] AbstractClient *getClient() const;
[[nodiscard]] const UserListManager *getUserListManager() const
[[nodiscard]] UserListManager *getUserListManager() const
{
return userListManager;
}