allow Group as an actor

This commit is contained in:
Ted Unangst 2023-06-10 23:42:07 -04:00
parent a78a345890
commit 2bea5e1be9
1 changed files with 2 additions and 0 deletions

View File

@ -1717,6 +1717,8 @@ func somethingabout(obj junk.Junk) (*SomeThing, error) {
switch t {
case "Person":
fallthrough
case "Group":
fallthrough
case "Organization":
fallthrough
case "Application":