Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Fix empty reports list for admins on Sub Moderation view #460

Closed happy-river closed 2 years ago

happy-river commented 2 years ago

When an admin is looking at a sub that they don't moderate, the Sub Moderation button appears on their sidebar menu but leads to an empty page of reports. Fix the query in misc.getReports to show reports to admins in that view. Simplify the query built by getReports to only join on SubMod when it is needed.