all repos — honk @ c1d2976ab2efaa095282a0f8cebd7c17822bb13a

my fork of honk

allow Group as an actor
Ted Unangst tedu@tedunangst.com
Sat, 10 Jun 2023 23:42:07 -0400
commit

c1d2976ab2efaa095282a0f8cebd7c17822bb13a

parent

44589ec0d0c3a071569301b7e8d168e7a2d0d4f6

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M activity.goactivity.go

@@ -1717,6 +1717,8 @@ t, _ := obj.GetString("type")

switch t { case "Person": fallthrough + case "Group": + fallthrough case "Organization": fallthrough case "Application":