expire old notifications #292
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently notifications are stored in the database indefinitely. I think at some point it does not make sense to store notifications. We might want to expire them after a certain amount of time has passed or something similar.
For example we could expire all notifications that have been read and are older than 1 year.