Skip to content

Commit

Permalink
Made moderation requests public
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusor committed Jan 23, 2021
1 parent 8efbf94 commit f63d301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/repository.go
Expand Up @@ -2161,7 +2161,7 @@ func (r *repository) LoadActorInbox(ctx context.Context, actor pub.Item, f ...*F

func (r repository) moderationActivity(ctx context.Context, er *pub.Actor, ed pub.Item, reason *Item) (*pub.Activity, error) {
bcc := make(pub.ItemCollection, 0)
bcc = append(bcc, r.fedbox.Service().ID)
bcc = append(bcc, r.fedbox.Service().ID, pub.PublicNS)

// We need to add the ed/er accounts' creators to the CC list
cc := make(pub.ItemCollection, 0)
Expand Down

0 comments on commit f63d301

Please sign in to comment.