lol don't change subscription id

This commit is contained in:
Mark Nadal 2024-11-30 21:46:33 -08:00
parent e9f2a88e19
commit cb601bc5e0

View File

@ -15,7 +15,7 @@ module.exports = function(root){ // THIS IS THE UNIVERSAL NOTIFICATION MODULE
if(!who.go){ return } if(!who.go){ return }
mesh.say({dam:'tag',ok:'queued in-memory'},peer); mesh.say({dam:'tag',ok:'queued in-memory'},peer);
if(who.batch){ return } 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(){ who.batch = setTimeout(function(){
if(!who.go){ return } if(!who.go){ return }
email.send({ email.send({