From 2bea5e1be9d64800e0e2498d4975304e6df97896 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 10 Jun 2023 23:42:07 -0400 Subject: [PATCH] allow Group as an actor --- activity.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activity.go b/activity.go index 9e4d2ef..b955c9d 100644 --- a/activity.go +++ b/activity.go @@ -1717,6 +1717,8 @@ func somethingabout(obj junk.Junk) (*SomeThing, error) { switch t { case "Person": fallthrough + case "Group": + fallthrough case "Organization": fallthrough case "Application":