From 7c8993b34f6dc307e207597b8554e3a19bcf408e Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 29 Jul 2020 10:03:44 +1200 Subject: [PATCH] Add TODO --- domain-server/src/DomainGatekeeper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/domain-server/src/DomainGatekeeper.cpp b/domain-server/src/DomainGatekeeper.cpp index 5944b6242c..32b02382da 100644 --- a/domain-server/src/DomainGatekeeper.cpp +++ b/domain-server/src/DomainGatekeeper.cpp @@ -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;