pleroma is better behaved now, but keep the function

This commit is contained in:
Ted Unangst 2019-10-30 03:31:39 -04:00
parent df1b5af40a
commit c0c51e84d0
1 changed files with 0 additions and 1 deletions

1
fun.go
View File

@ -530,7 +530,6 @@ func prepend(s string, x []string) []string {
return append([]string{s}, x...) return append([]string{s}, x...)
} }
// pleroma leaks followers addressed posts to followers
func butnottooloud(aud []string) { func butnottooloud(aud []string) {
for i, a := range aud { for i, a := range aud {
if strings.HasSuffix(a, "/followers") { if strings.HasSuffix(a, "/followers") {