This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ee845a159e
bigbluebutton-Github
/
bigbluebutton-html5
/
imports
/
api
/
note
/
server
/
index.js
4 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Shared notes lock settings first commit
2019-03-29 02:47:11 +08:00
import
'./publishers'
;
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 21:18:40 +08:00
import
'./methods'
;
Shared notes unread indicator
2019-06-01 04:02:33 +08:00
import
'./eventHandlers'
;
Reference in New Issue
Copy Permalink