Skip to content

Commit

Permalink
lol don't change subscription id
Browse files Browse the repository at this point in the history
  • Loading branch information
amark committed Dec 1, 2024
1 parent e9f2a88 commit cb601bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tag.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(root){ // THIS IS THE UNIVERSAL NOTIFICATION MODULE
if(!who.go){ return }
mesh.say({dam:'tag',ok:'queued in-memory'},peer);
if(who.batch){ return }
key[who.key = Math.random().toString(36).slice(2)] = who;
key[who.key = who.key || Math.random().toString(36).slice(2)] = who;
who.batch = setTimeout(function(){
if(!who.go){ return }
email.send({
Expand Down

0 comments on commit cb601bc

Please sign in to comment.