Skip to content

Fix #82: Filter blocked contacts from notification query#168

Open
navneetsingh-dev wants to merge 1 commit into
GrapheneOS:mainfrom
navneetsingh-dev:main
Open

Fix #82: Filter blocked contacts from notification query#168
navneetsingh-dev wants to merge 1 commit into
GrapheneOS:mainfrom
navneetsingh-dev:main

Conversation

@navneetsingh-dev

Copy link
Copy Markdown

The getNotificationQuerySql method was previously fetching all unread incoming messages, including those from blocked contacts. This commit injects a ParticipantColumns.BLOCKED = 0 check to ensure blocked messages do not trigger system notifications or audio alerts.

The getNotificationQuerySql method was previously fetching all unread incoming messages, including those from blocked contacts. This commit injects a ParticipantColumns.BLOCKED = 0 check to ensure blocked messages do not trigger system notifications or audio alerts.

@navneetsingh-dev navneetsingh-dev left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all the changes made in the file are functional and had finally resolved

@navneetsingh-dev navneetsingh-dev marked this pull request as draft June 26, 2026 17:47
@navneetsingh-dev navneetsingh-dev marked this pull request as ready for review June 26, 2026 17:55
@RankoR RankoR requested review from RankoR and m4pl and removed request for m4pl June 26, 2026 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant