refactor: preload with follow list

This commit is contained in:
2024-02-22 11:46:53 +00:00
parent 670898c016
commit 5e1af603b7
7 changed files with 18 additions and 17 deletions

View File

@ -68,8 +68,9 @@ export interface SystemInterface {
/**
* Do some initialization
* @param follows A follower list to preload content for
*/
Init(): Promise<void>;
Init(follows?: Array<string>): Promise<void>;
/**
* Get an active query by ID