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)
Tue, Apr 23, 6:46 PM
Unknown Object (File)
Fri, Apr 19, 6:08 PM
Unknown Object (File)
Wed, Apr 17, 3:24 PM
Unknown Object (File)
Mon, Apr 15, 4:03 PM
Unknown Object (File)
Thu, Apr 11, 7:16 PM
Unknown Object (File)
Sun, Apr 7, 10:50 PM
Unknown Object (File)
Wed, Apr 3, 6:20 PM
Unknown Object (File)
Sat, Mar 30, 8:59 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.