fnic-lemmy / modreportbot

Posts Lemmy reports to Matrix
GNU General Public License v3.0
1 stars 1 forks source link

Maybe flag up if post scores below -5 #5

Open chris-y opened 2 weeks ago

chris-y commented 2 weeks ago

Considering flagging up posts that go below -5. This would need some additional scanning of communities which the bot isn't doing currently.

chris-y commented 2 weeks ago

Submitted PR so we can use Lemmy's Moderator View, which will make this possible: https://github.com/db0/pythorhead/pull/100

M4rtineski commented 2 weeks ago

Yeah, flagging posts in negatives sounds like a good idea to be alarmed of something happening.

chris-y commented 2 weeks ago

I've also found a use for the "mark as read" option - I can mark posts that have been processed and ignore them next time!

M4rtineski commented 2 weeks ago

Cool! But how it will flag negative posts then though?

chris-y commented 2 weeks ago

Fair point. I guess it only marks them as read if they've triggered the threshold.

M4rtineski commented 2 weeks ago

Process them only after x amount of time to give people time to put their votes maybe?

M4rtineski commented 2 weeks ago

Or maybe just scan by "controversial" every so often. Don't know if the sort works like I think it does.