RocketChat/Rocket.Chat

View on GitHub
apps/meteor/server/services/apps-engine/service.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function constructor has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor() {
        super();

        this.onEvent('presence.status', async ({ user, previousStatus }): Promise<void> => {
            await Apps.self?.triggerEvent(AppEvents.IPostUserStatusChanged, {
Severity: Major
Found in apps/meteor/server/services/apps-engine/service.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status