Built motion from commit 0dbf6b8.|0.0.131
[motion.git] / server / api / motionbar / motionbar.socket.js
index 0eb15d4..889d78a 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 _0xb8b1=["\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"];_0xb8b1[0];const MotionbarEvents=require(_0xb8b1[1]);var events=[_0xb8b1[2],_0xb8b1[3]];exports[_0xb8b1[4]]= function(_0x3fa3x3){for(var _0x3fa3x4=0,_0x3fa3x5=events[_0xb8b1[5]];_0x3fa3x4< _0x3fa3x5;_0x3fa3x4++){var _0x3fa3x6=events[_0x3fa3x4];var _0x3fa3x7=createListener(_0xb8b1[6]+ _0x3fa3x6,_0x3fa3x3);MotionbarEvents[_0xb8b1[7]](_0x3fa3x6,_0x3fa3x7);_0x3fa3x3[_0xb8b1[7]](_0xb8b1[8],removeListener(_0x3fa3x6,_0x3fa3x7))}};function createListener(_0x3fa3x6,_0x3fa3x3){return function(_0x3fa3x9){if(_0x3fa3x3[_0xb8b1[9]]== _0x3fa3x9[_0xb8b1[10]]){_0x3fa3x3[_0xb8b1[11]](_0x3fa3x6,_0x3fa3x9)}}}function removeListener(_0x3fa3x6,_0x3fa3x7){return function(){MotionbarEvents[_0xb8b1[12]](_0x3fa3x6,_0x3fa3x7)}}
\ No newline at end of file