bigbluebutton-Github/bigbluebutton-html5/imports/api/note/server/index.js
Pedro Beschorner Marin c42d66a68f fix(shared notes): avoid padId subscription
Remove padIds from the shared notes MongoDB collection subscription.

Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 18:01:19 +00:00

4 lines
69 B
JavaScript

import './publishers';
import './methods';
import './eventHandlers';