pleroma is better behaved now, but keep the function
This commit is contained in:
parent
df1b5af40a
commit
c0c51e84d0
1
fun.go
1
fun.go
|
@ -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") {
|
||||||
|
|
Loading…
Reference in New Issue