From 4feeacb51be1c2fab52a11ce204c5b56935046b9 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 13 Apr 2014 20:26:20 -0700 Subject: until we can figure out how to allow commenting on the discover page without killing the matrix, just turn it off. --- include/ConversationObject.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include') diff --git a/include/ConversationObject.php b/include/ConversationObject.php index d97438a5d..9bf410358 100644 --- a/include/ConversationObject.php +++ b/include/ConversationObject.php @@ -181,6 +181,13 @@ class Conversation extends BaseObject { $item->set_commentable(can_comment_on_post($this->observer['xchan_hash'],$item->data)); } + require_once('include/identity.php'); + $sys = get_sys_channel(); + + if($sys && $item->get_data_value('uid') == $sys['channel_id']) { + $item->set_commentable(false); + } + $item->set_conversation($this); $this->threads[] = $item; return end($this->threads); -- cgit v1.2.3