Actions
Feature proposal #8460
openImplement splitting hidden content into multiple database tables
Description
Currently hidden activity, hidden comments, and hidden notifications are all in a single table. Consider splitting this into completely separate tables. In addition to this hide similar should be its own table (hide similar would hide by target | target_id) and hide all from user should also be its own table. This should allow for 3 blazing fast joins to be used to exclude hidden content.
Actions