Fix dispatcher import to be extension agnostic

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/13297/head
Michael Telatynski 2020-04-20 21:43:52 +01:00
parent 3218deff3a
commit 9d5e3d6d9a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ limitations under the License.
import VectorBasePlatform, {updateCheckStatusEnum} from './VectorBasePlatform';
import request from 'browser-request';
import dis from 'matrix-react-sdk/src/dispatcher.js';
import dis from 'matrix-react-sdk/src/dispatcher';
import { _t } from 'matrix-react-sdk/src/languageHandler';
import url from 'url';