aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-10 19:18:09 -0800
committerfriendica <info@friendica.com>2014-02-10 19:18:09 -0800
commit7f741a7e85b9b62c71f4fd5464c9292ca236f88e (patch)
tree41c7541f0340c1ca38655f19819b708b05441556 /include/zot.php
parentdfcb863c70e8957ec5f1b1fd0da97838cec936df (diff)
downloadvolse-hubzilla-7f741a7e85b9b62c71f4fd5464c9292ca236f88e.tar.gz
volse-hubzilla-7f741a7e85b9b62c71f4fd5464c9292ca236f88e.tar.bz2
volse-hubzilla-7f741a7e85b9b62c71f4fd5464c9292ca236f88e.zip
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.
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
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) {