forked from matrix/element-web
ElectronPlatform: Rename the SeshatIndexerManager.
This commit is contained in:
parent
b17a403bcd
commit
4a25252626
|
@ -67,7 +67,7 @@ function getUpdateCheckStatus(status) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class SeshatIndexerManager extends BaseEventIndexManager {
|
class SeshatIndexManager extends BaseEventIndexManager {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
|
@ -164,7 +164,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||||
|
|
||||||
this._pendingIpcCalls = {};
|
this._pendingIpcCalls = {};
|
||||||
this._nextIpcCallId = 0;
|
this._nextIpcCallId = 0;
|
||||||
this.eventIndexManager = new SeshatIndexerManager();
|
this.eventIndexManager = new SeshatIndexManager();
|
||||||
|
|
||||||
dis.register(_onAction);
|
dis.register(_onAction);
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue