#sknebeland occasionally there is more persistent spam, there a keyword block and having OPs in all timezones would help
#aaronpkYou can send a pull request or just directly edit the log files on github to remove those
#ZegnatWill chat.indieweb.org sync back from git again?
#ZegnatI don’t really like hard removing stuff from logs though. What about changing the type field of the lines to something like hidden/removed?
#Zegnatsknebel https://indieweb.org/Leaders#Issues has an item on who can manage the different community communication aspects (Slack/IRC). Maybe add an item about having +o’s available in different timezones?
#Loqi[Zegnat] #41 Allow lines to be hidden from display when they are marked as hidden in the log files.
#aaronpkI agree, I can make a "redacted" format for the logs, might need to make up a property to add to the JSON for that line
#ZegnatAdding another property is also an option. I was simply thinking about how we could make it work right now with the logs and display as is
#aaronpkI've only had to remove a few spam lines before. I marked them as spam in the database and they weren't rendered in the html
#aaronpkI don't think there's a good reason to have the mf2 logs be different from what is visible, especially since the spam chat permalinks would still work and could be quoted.
#ZegnatI don’t really have a strong preference there. We could change it to not output the lines at all
#ZegnatI really only want to not have to hard-remove from log files
#aaronpkI don't mind keeping them in the storage marked as hidden but I don't want them to exist on our domain
#ZegnatAlright, that would require a different PR. Could change it to return an empty string from the formatter. Or would you want a more complete removal earlier in the process?
#aaronpkThe formatted returning an empty string would work for the list views, and for permalinks should also return http 410
#ZegnatNeed to look where the code creates the permalink pages then. This was easy because I only needed to update the formatter ;)