pleroma is better behaved now, but keep the function
This commit is contained in:
parent
df1b5af40a
commit
c0c51e84d0
1 changed files with 0 additions and 1 deletions
1
fun.go
1
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") {
|
||||
|
|
Loading…
Reference in a new issue