mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-18 01:28:58 +00:00
feat: search
This commit is contained in:
@@ -199,6 +199,7 @@ class ThreadController extends OCSController {
|
||||
$post->setContent($content);
|
||||
$post->setSlug('post-' . uniqid());
|
||||
$post->setIsEdited(false);
|
||||
$post->setIsFirstPost(true);
|
||||
$post->setCreatedAt(time());
|
||||
$post->setUpdatedAt(time());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user