update: livewire comments component

This commit is contained in:
HDVinnie
2022-11-13 09:30:29 -05:00
parent 7482cf3a8b
commit 6d2b591108
+2 -2
View File
@@ -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);
}