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.

This commit is contained in:
friendica
2013-06-29 02:04:44 -07:00
parent 6fba7ac1af
commit 28e0665cad
79 changed files with 1833 additions and 1112 deletions

View File

@@ -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) {