ep_announce
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ep_announce", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Plays a chime when other users join on Etherpad", | ||
@@ -5,0 +5,0 @@ "author": "Daniel Krol <dan@danielkrol.com>", |
@@ -72,4 +72,4 @@ /** | ||
userJoinOrUpdate: function(hook, context, callback) { | ||
const myUserId = self.getUserId() | ||
const joinedUserId = context.userInfo.userId | ||
var myUserId = self.getUserId() | ||
var joinedUserId = context.userInfo.userId | ||
@@ -76,0 +76,0 @@ // still initializing; probably self anyway. Missing a chime this early is probably okay. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58728
11