Not really a bug, but it could be a problem for large websites.
The notifications a user receives, such as "User liked your images," are never removed from the database.
I believe the software should remove seen notifications after a month and also delete all notifications from a user after one year even if they are not seen.
Unexpected Result:
This can lead to a larger database on a big site. If a user doesn't log in anymore and accumulates 10,000 notifications, they will be stored indefinitely for nothing.
The notifications a user receives, such as "User liked your images," are never removed from the database.
I believe the software should remove seen notifications after a month and also delete all notifications from a user after one year even if they are not seen.
Unexpected Result:
This can lead to a larger database on a big site. If a user doesn't log in anymore and accumulates 10,000 notifications, they will be stored indefinitely for nothing.