jiti-meet/react/features/notifications
Saúl Ibarra Corretgé bd5901d59c notifications,presence-status: check if interfaceConfig is declared
Protectt ourselves against interfaceConfig being undeclared. typeof
interfaceConfig will return "undefined", but that's different than having some
window.interfaceConfig = undefined, even though the valus is the same. The
former will give a ReferenceError.
2020-02-04 15:51:59 +01:00
..
components feat: SVG icons 2019-09-13 14:07:53 +02:00
actionTypes.js Reorg notifications feature files 2019-03-29 18:52:44 +01:00
actions.js ref(notifications): move join notification firing to notifications feature 2019-06-27 17:29:02 -07:00
constants.js Extract notification timeout to a constant 2019-04-01 21:03:36 +02:00
functions.js notifications,presence-status: check if interfaceConfig is declared 2020-02-04 15:51:59 +01:00
index.js Extract notification timeout to a constant 2019-04-01 21:03:36 +02:00
middleware.js Add config options for presence & join/leave message visibility 2020-01-22 11:08:31 +01:00
reducer.js Reorg notifications feature files 2019-03-29 18:52:44 +01:00