allow Group as an actor
This commit is contained in:
parent
a78a345890
commit
2bea5e1be9
|
@ -1717,6 +1717,8 @@ func somethingabout(obj junk.Junk) (*SomeThing, error) {
|
|||
switch t {
|
||||
case "Person":
|
||||
fallthrough
|
||||
case "Group":
|
||||
fallthrough
|
||||
case "Organization":
|
||||
fallthrough
|
||||
case "Application":
|
||||
|
|
Loading…
Reference in New Issue