RocketChat/Rocket.Chat

View on GitHub
apps/meteor/ee/app/message-read-receipt/server/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { License } from '@rocket.chat/license';

await License.onLicense('message-read-receipt', async () => {
    await import('./hooks');
});