aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugin/notes-server/index.js
diff options
context:
space:
mode:
authorHakim El Hattab2015-11-09 16:23:57 +0100
committerHakim El Hattab2015-11-09 16:24:09 +0100
commit215617740d15f46022dce479f3f412b4d62f44f8 (patch)
tree874cca999751423e64496f6c8343ac79b4337e5d /plugin/notes-server/index.js
parent4be55f860eb7fafa5c08c781e52660794ea2e9b3 (diff)
server notes sync slide changes both ways, fixes #1425
Diffstat (limited to 'plugin/notes-server/index.js')
-rw-r--r--plugin/notes-server/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/notes-server/index.js b/plugin/notes-server/index.js
index 75838de..683f064 100644
--- a/plugin/notes-server/index.js
+++ b/plugin/notes-server/index.js
@@ -26,6 +26,10 @@ io.on( 'connection', function( socket ) {
socket.broadcast.emit( 'statechanged', data );
});
+ socket.on( 'statechanged-speaker', function( data ) {
+ socket.broadcast.emit( 'statechanged-speaker', data );
+ });
+
});
[ 'css', 'js', 'images', 'plugin', 'lib' ].forEach( function( dir ) {