don't send purge_all notification to self.

This commit is contained in:
redmatrix 2016-09-03 17:32:48 -07:00
parent a7eae1031c
commit 8b17a6ddd1

View file

@ -238,7 +238,7 @@ class Notifier {
$channel = $s[0]; $channel = $s[0];
$uid = $item_id; $uid = $item_id;
$recipients = array(); $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) intval($item_id)
); );
if($r) { if($r) {