EventIndexing: Don't scope the event index per user.
This commit is contained in:
parent
9b32ec10b4
commit
28d2e658a4
3 changed files with 4 additions and 8 deletions
|
@ -91,13 +91,10 @@ export default class BaseEventIndexManager {
|
|||
/**
|
||||
* Initialize the event index for the given user.
|
||||
*
|
||||
* @param {string} userId The unique identifier of the logged in user that
|
||||
* owns the index.
|
||||
*
|
||||
* @return {Promise} A promise that will resolve when the event index is
|
||||
* initialized.
|
||||
*/
|
||||
async initEventIndex(userId: string): Promise<> {
|
||||
async initEventIndex(): Promise<> {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue