mirror of
https://github.com/amark/gun.git
synced 2025-11-24 06:25:58 +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 }
|
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({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user