You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, _initFromQueryString always assumes the actor parameter is an Agent, and simply ignores the objectType property if present. This means using a Group doesn't work as expected.
If the objectType property is present and set to "Group", the actor should be instantiated as a Group instead of an Agent.