Actions
Feature proposal #8458
closedRemove support for multiple notification streams
Description
There's no real reason to have multiple notification streams. These are directly tied to recipient users. Remove all the coding making this a stream and turn it into a more reliably usable feature. Also redo the read table to use the following faster structure with unique primary key on user_id.
user_id | date
No longer need to keep track of the asset since there will only be your notification stream and not multiple.
Updated by krileon over 2 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions