From 7f741a7e85b9b62c71f4fd5464c9292ca236f88e Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 10 Feb 2014 19:18:09 -0800 Subject: add channel_notify_flags to list of things which should *not* be synced across nomads. You probably only want one site to send you notification emails for the same events as opposed to all of them. --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index 7dfaada32..f712d9394 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2085,7 +2085,7 @@ function process_channel_sync_delivery($sender,$arr,$deliveries) { } if(array_key_exists('channel',$arr) && is_array($arr['channel']) && count($arr['channel'])) { - $disallowed = array('channel_id','channel_account_id','channel_primary','channel_prvkey', 'channel_address'); + $disallowed = array('channel_id','channel_account_id','channel_primary','channel_prvkey', 'channel_address', 'channel_notify_flags'); $clean = array(); foreach($arr['channel'] as $k => $v) { -- cgit v1.2.3