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 {
|
switch t {
|
||||||
case "Person":
|
case "Person":
|
||||||
fallthrough
|
fallthrough
|
||||||
|
case "Group":
|
||||||
|
fallthrough
|
||||||
case "Organization":
|
case "Organization":
|
||||||
fallthrough
|
fallthrough
|
||||||
case "Application":
|
case "Application":
|
||||||
|
|
Loading…
Reference in New Issue