mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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() {
|
||||
super();
|
||||
|
||||
@ -164,7 +164,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||
|
||||
this._pendingIpcCalls = {};
|
||||
this._nextIpcCallId = 0;
|
||||
this.eventIndexManager = new SeshatIndexerManager();
|
||||
this.eventIndexManager = new SeshatIndexManager();
|
||||
|
||||
dis.register(_onAction);
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user