ElectronPlatform: Update the path for the BaseEventIndexManager class.

pull/11125/head
Damir Jelić 2019-11-19 12:53:55 +01:00
parent 73b302f432
commit 137bedb3f9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ limitations under the License.
*/
import VectorBasePlatform, {updateCheckStatusEnum} from './VectorBasePlatform';
import BaseEventIndexManager from 'matrix-react-sdk/lib/BaseEventIndexManager';
import BaseEventIndexManager from 'matrix-react-sdk/lib/indexing/BaseEventIndexManager';
import dis from 'matrix-react-sdk/lib/dispatcher';
import { _t } from 'matrix-react-sdk/lib/languageHandler';
import Promise from 'bluebird';