Built motion from commit 5ae821c.|0.0.127
[motion.git] / server / api / motionbar / motionbar.socket.js
index 0eb15d4..1be7e25 100644 (file)
@@ -1,27 +1 @@
-/**
- * Broadcast updates to client when the model changes
- */
-
-'use strict';
-
-var Motionbar = require('../../models').Motionbar;
-
-exports.register = function(socket) {
-  Motionbar.afterCreate(function(doc) {
-    onSave(socket, doc);
-  });
-  Motionbar.afterDestroy(function(doc) {
-    onRemove(socket, doc);
-  });
-}
-
-function onSave(socket, doc, cb) {
-  // doc.UserId is string. You don't use ===
-  if (socket.userId == doc.UserId) {
-    socket.emit('motionbar:save', doc);
-  }
-}
-
-function onRemove(socket, doc, cb) {
-  socket.emit('motionbar:remove', doc);
-}
+var _0x93ae=["\x75\x73\x65\x20\x73\x74\x72\x69\x63\x74","\x2E\x2F\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x2E\x65\x76\x65\x6E\x74\x73","\x73\x61\x76\x65","\x72\x65\x6D\x6F\x76\x65","\x72\x65\x67\x69\x73\x74\x65\x72","\x6C\x65\x6E\x67\x74\x68","\x6D\x6F\x74\x69\x6F\x6E\x62\x61\x72\x3A","\x6F\x6E","\x64\x69\x73\x63\x6F\x6E\x6E\x65\x63\x74","\x75\x73\x65\x72\x49\x64","\x55\x73\x65\x72\x49\x64","\x65\x6D\x69\x74","\x72\x65\x6D\x6F\x76\x65\x4C\x69\x73\x74\x65\x6E\x65\x72"];_0x93ae[0];const MotionbarEvents=require(_0x93ae[1]);var events=[_0x93ae[2],_0x93ae[3]];exports[_0x93ae[4]]= function(_0xcbdfx3){for(var _0xcbdfx4=0,_0xcbdfx5=events[_0x93ae[5]];_0xcbdfx4< _0xcbdfx5;_0xcbdfx4++){var _0xcbdfx6=events[_0xcbdfx4];var _0xcbdfx7=createListener(_0x93ae[6]+ _0xcbdfx6,_0xcbdfx3);MotionbarEvents[_0x93ae[7]](_0xcbdfx6,_0xcbdfx7);_0xcbdfx3[_0x93ae[7]](_0x93ae[8],removeListener(_0xcbdfx6,_0xcbdfx7))}};function createListener(_0xcbdfx6,_0xcbdfx3){return function(_0xcbdfx9){if(_0xcbdfx3[_0x93ae[9]]== _0xcbdfx9[_0x93ae[10]]){_0xcbdfx3[_0x93ae[11]](_0xcbdfx6,_0xcbdfx9)}}}function removeListener(_0xcbdfx6,_0xcbdfx7){return function(){MotionbarEvents[_0x93ae[12]](_0xcbdfx6,_0xcbdfx7)}}
\ No newline at end of file