From 8b17a6ddd1c60f7f897e2a6a2632397629cac250 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sat, 3 Sep 2016 17:32:48 -0700 Subject: don't send purge_all notification to self. --- Zotlabs/Daemon/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Daemon') diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index ebc9d83a5..c0997138e 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -238,7 +238,7 @@ class Notifier { $channel = $s[0]; $uid = $item_id; $recipients = array(); - $r = q("select abook_xchan from abook where abook_channel = %d", + $r = q("select abook_xchan from abook where abook_channel = %d and abook_self = 0", intval($item_id) ); if($r) { -- cgit v1.2.3