fix(pushover notificatons): the sound setting will now be stored correctly (#1630)
fix #1614
This commit is contained in:
@@ -100,6 +100,7 @@ const NotificationsPushover = () => {
|
|||||||
options: {
|
options: {
|
||||||
accessToken: values.accessToken,
|
accessToken: values.accessToken,
|
||||||
userToken: values.userToken,
|
userToken: values.userToken,
|
||||||
|
sound: values.sound,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
addToast(intl.formatMessage(messages.pushoversettingssaved), {
|
addToast(intl.formatMessage(messages.pushoversettingssaved), {
|
||||||
|
|||||||
Reference in New Issue
Block a user