Skip to content

Commit

Permalink
chore: tight together controllers state/app
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathansoufer committed Jul 16, 2024
1 parent 1a88b1c commit 98bd062
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/core/EngineService/EngineService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,18 @@ class EngineService {
name: 'PPOMController',
key: `${engine.context.PPOMController.name}:stateChange`,
},
{
name: 'AuthenticationController',
key: 'AuthenticationController:stateChange',
},
{
name: 'UserStorageController',
key: 'UserStorageController:stateChange',
},
{
name: 'NotificationServicesController',
key: 'NotificationServicesController:stateChange',
},
];

engine?.datamodel?.subscribe?.(() => {
Expand Down

0 comments on commit 98bd062

Please sign in to comment.