mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add TODO
This commit is contained in:
parent
d5e189422f
commit
7c8993b34f
1 changed files with 2 additions and 0 deletions
|
@ -1082,6 +1082,8 @@ void DomainGatekeeper::getDomainGroupMemberships(const QString& domainUserName)
|
|||
// This may be able to be provided at the same time as the "authenticate user" call to the domain API, in which case
|
||||
// a copy of some of the following code can be made there. However, this code is still needed for refreshing groups.
|
||||
|
||||
// ####### TODO: Check how often this method and the WordPress API is called.
|
||||
|
||||
QStringList wordpressGroupsForUser;
|
||||
wordpressGroupsForUser << "silVER" << "gold" << "coal";
|
||||
_domainGroupMemberships[domainUserName] = wordpressGroupsForUser;
|
||||
|
|
Loading…
Reference in a new issue