Skip to content

fix: don't notify of missed call from blocked user - #8594

Open
WofWca wants to merge 1 commit into
mainfrom
wofwca/fix-blocked-stale-call-notif
Open

fix: don't notify of missed call from blocked user#8594
WofWca wants to merge 1 commit into
mainfrom
wofwca/fix-blocked-stale-call-notif

Conversation

@WofWca

@WofWca WofWca commented Aug 15, 2026

Copy link
Copy Markdown
Member

Closes #8576.

The diff might look big, but it's only two things:

  • move can_call_me one scope up
  • replace emit_incoming_msg with emit_msg_event
    with important = can_call_me

I decided not to completely unify the important logic
with the other occurrence of emit_msg_event()
as I suggested in the issue yet.
That IMO should still be considered, but let's start simple.

Note that there is #7840 which may be closed by #7955,
which will basically supersede this MR.
I think, however, that it's OK to merge this one,
and then that one can just revert this one, including tests,
and rebase on top of the revert.

Closes #8576.

The diff might look big, but it's only two things:
- move `can_call_me` one scope up
- replace `emit_incoming_msg` with `emit_msg_event`
  with `important = can_call_me`

I decided not to completely unify the `important` logic
with the other occurrence of `emit_msg_event()`
as I suggested in the issue yet.
That IMO should still be considered, but let's start simple.
@WofWca
WofWca force-pushed the wofwca/fix-blocked-stale-call-notif branch from 30ba86c to 0d256e0 Compare August 15, 2026 15:43
@WofWca
WofWca marked this pull request as ready for review August 15, 2026 15:53
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.

blocked contact but still getting missed calls

1 participant