mirror of
https://github.com/amark/gun.git
synced 2025-11-23 22:15:55 +00:00
lol don't change subscription id
This commit is contained in:
parent
e9f2a88e19
commit
cb601bc5e0
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user