We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb8f7d commit 7cb0f98Copy full SHA for 7cb0f98
1 file changed
apps/meteor/server/services/startup.ts
@@ -54,11 +54,8 @@ export const registerServices = async (): Promise<void> => {
54
55
// if the process is running in micro services mode we don't need to register services that will run separately
56
if (!isRunningMs()) {
57
- const { Presence } = await import('@rocket.chat/presence');
58
-
59
const { Authorization } = await import('./authorization/service');
60
61
- api.registerService(new Presence());
62
api.registerService(new Authorization());
63
}
64
};
0 commit comments