mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 20:51:02 +02:00
Merge remote-tracking branch 'origin/poljar/eventindex-newly-encrypted-room' into develop
This commit is contained in:
commit
1b1608c56d
@ -153,6 +153,10 @@ class SeshatIndexManager extends BaseEventIndexManager {
|
||||
return this._ipcCall('isEventIndexEmpty');
|
||||
}
|
||||
|
||||
async isRoomIndexed(roomId: string): Promise<boolean> {
|
||||
return this._ipcCall('isRoomIndexed', roomId);
|
||||
}
|
||||
|
||||
async commitLiveEvents(): Promise<void> {
|
||||
return this._ipcCall('commitLiveEvents');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user