feat: add sending user requests from UI (#1927)

* feat: add sending user requests from UI

* fix(web): view controller manager user client references
This commit is contained in:
Karol Sójko
2022-11-03 09:39:38 +01:00
committed by GitHub
parent 6b50372db2
commit 7ead0f655b
15 changed files with 278 additions and 7 deletions

View File

@@ -167,6 +167,7 @@ export class ViewControllerManager implements InternalEventHandlerInterface {
application.sessions,
application.subscriptions,
this.toastService,
application.user,
)
this.addAppEventObserver()