Add explanation why public comments are disabled.
This commit is contained in:
parent
00e5ded1c8
commit
26492b3ad4
@ -98,6 +98,10 @@ function can_comment_on_post($observer_xchan,$item) {
|
|||||||
return true;
|
return true;
|
||||||
break;
|
break;
|
||||||
case 'public':
|
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;
|
return false;
|
||||||
break;
|
break;
|
||||||
case 'contacts':
|
case 'contacts':
|
||||||
|
Reference in New Issue
Block a user