fix(visitors): Drop use of APP, breaks mobile. (#14746)

pull/14754/head jitsi-meet_9505
Дамян Минков 1 year ago committed by GitHub
parent 6758d13335
commit a95adcdf41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      react/features/base/conference/middleware.any.ts

@ -240,7 +240,7 @@ function _conferenceFailed({ dispatch, getState }: IStore, next: Function, actio
descriptionKey = 'dialog.errorRoomCreationRestriction';
}
APP.store.dispatch(showErrorNotification({
dispatch(showErrorNotification({
descriptionKey,
hideErrorSupportLink: true,
titleKey

Loading…
Cancel
Save