diff --git a/fun.go b/fun.go index 2818ed6..34737b7 100644 --- a/fun.go +++ b/fun.go @@ -530,7 +530,6 @@ func prepend(s string, x []string) []string { return append([]string{s}, x...) } -// pleroma leaks followers addressed posts to followers func butnottooloud(aud []string) { for i, a := range aud { if strings.HasSuffix(a, "/followers") {