reddit-moderator-toolbox
reddit-moderator-toolbox copied to clipboard
Enhancement Request: Include mod_reports_dismissed in expanded reports
Toolbox kindly displays the data from user_reports and mod_reports under posts for us. However unfortunately there is a bug where mod reports are immediately dismissed if the item is filtered by automod and sitting in modqueue. It would be very helpful if toolbox could include the data from the mod_reports_dismissed field to account for this and let us use mod report notes while working through modqueue
Would this only require changes to Toolbox's generated post/comment UI, e.g. in the context popup or Toolbox profile view, or also a change to how reports are presented everywhere else? We can change our UI pretty easily since we fetch everything from the API anyway, but presenting additional information alongside native report info would be trickier.
For a filtered item, mod reports show up as mod_reports_dismissed and user reports show up as user_reports_dismissed, so as long as toolbox is already fetching everything for a post the data's already there and just needs to be exposed in the UI.