added pushGroup method to notifications object #1331

This commit is contained in:
Julian Lam
2014-05-20 23:02:57 -04:00
parent dfa1150709
commit 3849b2d6b3
2 changed files with 20 additions and 4 deletions

View File

@@ -209,9 +209,7 @@ function sendChatNotification(fromuid, touid, username) {
uniqueId: 'notification_' + fromuid + '_' + touid,
from: fromuid
}, function(nid) {
notifications.push(nid, [touid], function(success) {
});
notifications.push(nid, [touid]);
});
}
}