Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark Likes on comment notifications as read when visiting a post #8442

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    71e6f20 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Mark notifications as read in a single SQL query

    There is no need to load all comments only to count them. Lets just let
    the database do all the work. If there are no comments found, nothing
    will happen anyway.
    
    Also already filter the comments to only search for notifications for
    own comments.
    
    And add some tests :)
    SuperTux88 committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    649d8c5 View commit details
    Browse the repository at this point in the history