diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-21 20:04:26 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-08-21 20:04:26 +0200 |
| commit | 2277a9756f1762e17f7ec2a08a1541081dbc8ec4 (patch) | |
| tree | 521ba5f676ed98a81492f602e06a092a0623ca58 | |
| parent | 58b225bb5aca68fa53c372e448199d2b8a1830f0 (diff) | |
| download | bridge-2277a9756f1762e17f7ec2a08a1541081dbc8ec4.tar.gz bridge-2277a9756f1762e17f7ec2a08a1541081dbc8ec4.zip | |
add player_pending notif
| -rw-r--r-- | service_grab.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service_grab.js b/service_grab.js index 760b7b5..f72c864 100644 --- a/service_grab.js +++ b/service_grab.js @@ -275,6 +275,7 @@ module.exports = class Analyzer extends Service { // send to processor, so the player is in db // no matter whether we find matches or not await Promise.map(this.getTargets(category + "_player"), async (target) => { + await this.notify("player." + player.name, "player_pending"); await this.forward(target, JSON.stringify(player), { persistent: true, type: "player", headers: { notify: "player." + player.name } |
