Skip to content

Adjust friend notification logic to fix a few flaws#36348

Merged
smoogipoo merged 1 commit intoppy:masterfrom
peppy:friend-notifications-cleanup
Jan 15, 2026
Merged

Adjust friend notification logic to fix a few flaws#36348
smoogipoo merged 1 commit intoppy:masterfrom
peppy:friend-notifications-cleanup

Conversation

@peppy
Copy link
Copy Markdown
Member

@peppy peppy commented Jan 15, 2026

Just a couple of things I noticed in passing:

  • When changing the configuration setting, things were not reset. Likewise, if the setting was off the queues would still be added to but never flushed.
  • When the setting is toggled, a stale next notification time was still present due to the ??= and lack of resetting. This should no longer be the case.

- When changing the configuration setting, things were not reset.
  Likewise, if the setting was off the queues would still be added to
but never flushed.
- When the setting is toggled, a stale next notification time was still
  present due to the `??=` and lack of resetting. This should no longer
be the case.
@smoogipoo smoogipoo merged commit 2bf0dcf into ppy:master Jan 15, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants