RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/otr/client/events.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Accounts } from 'meteor/accounts-base';

import OTR from './OTR';

Accounts.onLogout(() => {
    OTR.closeAllInstances();
});