From: Alan Date: Wed, 11 Oct 2023 03:02:34 +0000 (+0800) Subject: use server id on filter X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b113ef10a3f87039cbbf7fc3289e3f0b1d215a0e use server id on filter --- diff --git a/Notify.php b/Notify.php index 705cb6bc..2e5dcebd 100644 --- a/Notify.php +++ b/Notify.php @@ -232,7 +232,7 @@ class Pman_Core_Notify extends Pman $w->limit($opts['limit']); // we can run 1000 ... } - + $w->server_id = $this->server->id;