Fix: remove push to chat
This commit is contained in:
parent
e5c2251d8d
commit
2f70b4d6c5
@ -17,9 +17,7 @@ export const NotifyPublishedPoll = (
|
|||||||
presenter: boolean,
|
presenter: boolean,
|
||||||
) => {
|
) => {
|
||||||
if (
|
if (
|
||||||
// @ts-ignore - JS code
|
(presenter || isModerator)
|
||||||
Settings.application.chatPushAlerts
|
|
||||||
&& (presenter || isModerator)
|
|
||||||
) {
|
) {
|
||||||
notifier(notification);
|
notifier(notification);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user