Page MenuHomePhabricator

Correct the behavior of "Desktop Only" in Notifications preferences
ClosedPublic

Authored by epriestley on Mar 16 2018, 10:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 25, 12:47 AM
Unknown Object (File)
Sat, Jan 25, 12:47 AM
Unknown Object (File)
Sat, Jan 25, 12:47 AM
Unknown Object (File)
Sat, Jan 25, 12:46 AM
Unknown Object (File)
Tue, Jan 21, 12:32 PM
Unknown Object (File)
Fri, Jan 17, 7:06 PM
Unknown Object (File)
Fri, Jan 17, 12:10 AM
Unknown Object (File)
Jan 2 2025, 2:35 PM
Subscribers
None

Details

Summary

See https://discourse.phabricator-community.org/t/desktop-only-notifications-mode-is-broken/1234. Ref T13102. The "Desktop Only" mode for notifications currently shows both desktop and web notifications.

In fact, JX.Notification currently has no ability to render notifications as desktop-only. Make this work.

Note that many of the variables and parameters here, including showAnyNotification, web_ready, and desktop_ready, are named in an incorrect or misleading way. However, the new behavior appears to be correct.

Test Plan
  • Emitted test notifications in "No Notifications", "Web Only", "Web and Desktop", and "Desktop" modes.
  • Saw appropriate notifications appear in the UI.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Mar 16 2018, 10:17 PM
This revision was automatically updated to reflect the committed changes.