We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9f2a88 commit cb601bcCopy full SHA for cb601bc
lib/tag.js
@@ -15,7 +15,7 @@ module.exports = function(root){ // THIS IS THE UNIVERSAL NOTIFICATION MODULE
15
if(!who.go){ return }
16
mesh.say({dam:'tag',ok:'queued in-memory'},peer);
17
if(who.batch){ return }
18
- key[who.key = Math.random().toString(36).slice(2)] = who;
+ key[who.key = who.key || Math.random().toString(36).slice(2)] = who;
19
who.batch = setTimeout(function(){
20
21
email.send({
0 commit comments