diff options
author | friendica <info@friendica.com> | 2014-08-30 22:53:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-30 22:53:21 -0700 |
commit | 45c35d97b8ce627cb90efa320b7daca4097aef75 (patch) | |
tree | a570da12e496cb98894fbcef7c0c70309c0630d6 /include | |
parent | 88f2c19ef690f6c6a867db1b9407c01f02661a77 (diff) | |
download | volse-hubzilla-45c35d97b8ce627cb90efa320b7daca4097aef75.tar.gz volse-hubzilla-45c35d97b8ce627cb90efa320b7daca4097aef75.tar.bz2 volse-hubzilla-45c35d97b8ce627cb90efa320b7daca4097aef75.zip |
doc change - read it.
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 1a4363975..4614aa642 100755 --- a/include/items.php +++ b/include/items.php @@ -114,6 +114,9 @@ function collect_recipients($item,&$private_envelope) { * remove them from any privacy groups (collections) that were included in a post. * They can still be addressed individually. * Networks may need to be added or removed from this list as circumstances change. + * + * Update: this may need to be the default, which will force people to opt-in to sending stuff + * privately to insecure platforms. */ function filter_insecure($channel_id,$arr) { |