Merge remote-tracking branch 'misskey-dev/develop' into io
This commit is contained in:
@@ -80,6 +80,10 @@ class MainRouterProxy implements IRouter {
|
||||
return this.supplier().resolve(path);
|
||||
}
|
||||
|
||||
init(): void {
|
||||
this.supplier().init();
|
||||
}
|
||||
|
||||
eventNames(): Array<EventEmitter.EventNames<RouterEvent>> {
|
||||
return this.supplier().eventNames();
|
||||
}
|
||||
|
Reference in New Issue
Block a user