Merge pull request #13297 from vector-im/t3chguy/autocomplete2
Fix dispatcher import to be extension agnosticpull/13341/head
commit
9632f296e1
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue