mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-28 22:41:13 -05:00
update: livewire comments component
This commit is contained in:
@@ -110,7 +110,7 @@ class Comments extends Component
|
||||
}
|
||||
|
||||
// Tagging
|
||||
$taggedUserRepository = App::make(TaggedUserRepository::class);
|
||||
/*$taggedUserRepository = App::make(TaggedUserRepository::class);
|
||||
if ($taggedUserRepository->hasTags($this->newCommentState)) {
|
||||
if ($this->user->group->is_modo && $taggedUserRepository->contains($this->newCommentState, '@here')) {
|
||||
$users = \collect([]);
|
||||
@@ -135,7 +135,7 @@ class Comments extends Component
|
||||
$comment
|
||||
);
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
$this->gotoPage(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user