From 2277a9756f1762e17f7ec2a08a1541081dbc8ec4 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 21 Aug 2017 20:04:26 +0200 Subject: add player_pending notif --- service_grab.js | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.3.1