allow Group as an actor
Ted Unangst tedu@tedunangst.com
Sat, 10 Jun 2023 23:42:07 -0400
1 files changed,
2 insertions(+),
0 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -1717,6 +1717,8 @@ t, _ := obj.GetString("type")
switch t { case "Person": fallthrough + case "Group": + fallthrough case "Organization": fallthrough case "Application":