Skip to content

Commit cb601bc

Browse files
committed
lol don't change subscription id
1 parent e9f2a88 commit cb601bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = function(root){ // THIS IS THE UNIVERSAL NOTIFICATION MODULE
1515
if(!who.go){ return }
1616
mesh.say({dam:'tag',ok:'queued in-memory'},peer);
1717
if(who.batch){ return }
18-
key[who.key = Math.random().toString(36).slice(2)] = who;
18+
key[who.key = who.key || Math.random().toString(36).slice(2)] = who;
1919
who.batch = setTimeout(function(){
2020
if(!who.go){ return }
2121
email.send({

0 commit comments

Comments
 (0)