Actions
Feature proposal #6881
closedImprove read table usage
Feature proposal #6881:
Improve read table usage
Description
Currently read table is asset based, which doesn't make any since as it's just like the hidden usage. Change asset to Type and Item so we can do a faster matching of read state. For example if a notification read state needs to be checked the Type is "notification" and Item is the notification id.
Actions