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

Don't re-show repeated notifications #1860

Merged
merged 3 commits into from
Oct 2, 2024

Commits on Sep 11, 2024

  1. Don't re-show repeated notifications

    GSConnect receives a lot of duplicate notifications, whether due to
    reconnects, proactively requesting updates, etc.
    
    Since GNOME 46, each of those repeats has been popped up as a new
    banner notification every time it's received, even if nothing has
    changed in the notification content. This is extremely disruptive.
    
    To avoid that, don't blindly flag all repeated notifications as
    "unacknowledged", which will cause them to be popped up again.
    Only do so if the content has changed. (This covers re-displaying
    banners for SMS conversations that receive an additional message,
    since those are sent as updates to the existing notification.)
    
    Fixes GSConnect#1855
    ferdnyc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    09892b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    642282e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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