Remove timeout for merge posts

This commit is contained in:
Visman 2020-11-01 11:36:09 +07:00
parent baaee97733
commit 7090b80ea9

View file

@ -177,12 +177,7 @@ class Post extends Page
$merge = true;
}
} else {
if (
$this->c->config->o_merge_timeout > 0 // ???? стоит завязать на время редактирование сообщений?
&& $now - $topic->last_post < $this->c->config->o_merge_timeout
) {
$merge = true;
}
$merge = true;
}
}
// создание темы