diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-27 02:45:16 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-27 02:45:16 +0100 |
commit | 8d92d21135aeadb9a2bf498a8697d2d3694abcd1 (patch) | |
tree | 9cf5ad40d036b09f30aacc66f3627b25a28cbfd8 /include/items.php | |
parent | d6607f2093414afd3cbba58021a92b01d3c356fd (diff) | |
parent | 8e94e79c7bfc4253efb17f32246bdafd498a3aed (diff) | |
download | volse-hubzilla-8d92d21135aeadb9a2bf498a8697d2d3694abcd1.tar.gz volse-hubzilla-8d92d21135aeadb9a2bf498a8697d2d3694abcd1.tar.bz2 volse-hubzilla-8d92d21135aeadb9a2bf498a8697d2d3694abcd1.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 4aecf9174..25bcf0253 100755 --- a/include/items.php +++ b/include/items.php @@ -98,6 +98,10 @@ function can_comment_on_post($observer_xchan,$item) { return true; break; case 'public': + # We don't allow public comments yet, until a policy + # for dealing with anonymous comments is in place with + # a means to moderate comments. Until that time, return + # false. return false; break; case 'contacts': @@ -3874,4 +3878,4 @@ function items_fetch($arr,$channel = null,$observer_hash = null,$client_mode = C } return $items; -}
\ No newline at end of file +} |