Setting to disable notifications, fixes #306

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-06 23:08:51 +02:00
parent c1aa62d22c
commit 457d679382
22 changed files with 62 additions and 14 deletions
+5
View File
@@ -38,6 +38,11 @@ export const togglePermanentTopBar = () =>
type : 'TOGGLE_PERMANENT_TOPBAR'
});
export const toggleShowNotifications = () =>
({
type : 'TOGGLE_SHOW_NOTIFICATIONS'
});
export const setEchoCancellation = (echoCancellation) =>
({
type : 'SET_ECHO_CANCELLATION',