ElectronPlatform: Don't scope the event index per user.
This commit is contained in:
@@ -109,8 +109,8 @@ class SeshatIndexerManager extends BaseEventIndexManager {
|
||||
return this._ipcCall('supportsEventIndexing');
|
||||
}
|
||||
|
||||
async initEventIndex(userId: string): Promise<> {
|
||||
return this._ipcCall('initEventIndex', userId);
|
||||
async initEventIndex(): Promise<> {
|
||||
return this._ipcCall('initEventIndex');
|
||||
}
|
||||
|
||||
async addEventToIndex(ev: MatrixEvent, profile: MatrixProfile): Promise<> {
|
||||
|
||||
Reference in New Issue
Block a user