bigbluebutton-Github/bigbluebutton-html5/imports/api/note/server/eventHandlers.js

6 lines
259 B
JavaScript
Raw Normal View History

2019-06-01 04:02:33 +08:00
import RedisPubSub from '/imports/startup/server/redis';
import { processForNotePadOnly } from '/imports/api/note/server/helpers';
import handlePadUpdate from './handlers/padUpdate';
RedisPubSub.on('PadUpdateSysMsg', processForNotePadOnly(handlePadUpdate));