Skip to content

Commit

Permalink
forward Update and Delete activites
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Dec 21, 2024
1 parent 9bafcf9 commit 5632a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outbox/forward.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func forwardToGroup[T ap.RawActivity](ctx context.Context, domain string, tx *sq
return true, err
}

if activity.Type != ap.Create {
if activity.Type != ap.Create && activity.Type != ap.Update && activity.Type != ap.Delete {
return true, nil
}

Expand Down

0 comments on commit 5632a76

Please sign in to comment.