pleroma is better behaved now, but keep the function

master
Ted Unangst 5 years ago
parent df1b5af40a
commit c0c51e84d0

@ -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") {

Loading…
Cancel
Save