EventIndex: Add support to delete events from the index.
This commit is contained in:
parent
b1ad0b8d77
commit
cd515f1922
2 changed files with 34 additions and 1 deletions
|
@ -123,6 +123,10 @@ export default class BaseEventIndexManager {
|
|||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
async deleteEvent(eventId: string): Promise<boolean> {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
/**
|
||||
* Check if our event index is empty.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue