diff --git a/poll/instance.go b/poll/instance.go index 47ed17e..e60ffc7 100644 --- a/poll/instance.go +++ b/poll/instance.go @@ -16,8 +16,6 @@ import ( var p *bluemonday.Policy func PollMastodonPleroma(endpoint string, reportPostChan chan ReportPost) { - // Make this a global variable - //p := bluemonday.NewPolicy() newposts := make([]ReportPost, 0) min_id := ""