-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor all notifications from extensions and UI toggling such that … #4589
Conversation
…it works and saves to DB.
@@ -48,8 +48,7 @@ const extension: IExtension = { | |||
}, | |||
notifications: { | |||
'item:marked': { | |||
type: 'desktop', | |||
label: gettext('open item'), | |||
name: gettext('Mark for User'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this unified notification notify both of marking and unmarking? Check with if API exposes this information and coordinate with Petr if not
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, works for marking and unmarking. Only difference between the two previously was the body message, handler was indeed the same one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's verify that unified notification works (mark/unmark) including enabling/disabling
SDBELGA-818
true
even if a user doesn't have them saved in preferences