Merge branch 'dev' into 'dev'

Add Zap threads support

See merge request hubzilla/core!1619
This commit is contained in:
Max Kostikov 2019-05-02 08:33:51 +02:00
commit ea5f515f18

View File

@ -38,6 +38,7 @@ class ThreadItem {
$this->data = $data;
$this->toplevel = ($this->get_id() == $this->get_data_value('parent'));
$this->threaded = get_config('system','thread_allow',((defined('NOMADIC')) ? false : true));
$observer = \App::get_observer();