diff options
author | friendica <info@friendica.com> | 2013-06-29 02:04:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-29 02:04:44 -0700 |
commit | 28e0665caddb84598ab2fc74abcd70267d3be7f1 (patch) | |
tree | 18bdc3a1fc83808ba7d186411b7ba21bce573f69 /include/ItemObject.php | |
parent | 6fba7ac1aff92e327357d21b00e8919e041d8395 (diff) | |
download | volse-hubzilla-28e0665caddb84598ab2fc74abcd70267d3be7f1.tar.gz volse-hubzilla-28e0665caddb84598ab2fc74abcd70267d3be7f1.tar.bz2 volse-hubzilla-28e0665caddb84598ab2fc74abcd70267d3be7f1.zip |
doc update, plus possible fix to "complex delivery chains" issue. Basically when the top-level post creator replies to a thread he sent to a forum via tags, it isn't getting redelivered to the forum members.
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 1205ae13e..fc4db3ecf 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -45,17 +45,8 @@ class Item extends BaseObject { if(($this->observer) && (! $this->writable)) { $this->commentable = can_comment_on_post($this->observer['xchan_hash'],$data); -// if(! $this->commentable) { -// logger('commentable: ' . $data['comment_policy']); -// $this->commentable = true; -// } } -// logger('writable: ' . $this->writable); -// logger('commentable: ' . $this->commentable . ' uid=' . $this->data['uid'] . ' observer=' . $this->observer['xchan_hash']); -// if(get_config('system','thread_allow') && $a->theme_thread_allow && !$this->is_toplevel()) -// $this->threaded = true; - // Prepare the children if(count($data['children'])) { foreach($data['children'] as $item) { |