From c0c51e84d0d9c77e17e575140885d6a5ed91a7e4 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 30 Oct 2019 03:31:39 -0400 Subject: [PATCH] pleroma is better behaved now, but keep the function --- fun.go | 1 - 1 file changed, 1 deletion(-) 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") {