Commit e04affb6 authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): cleanup

1 merge request!253[Sprint/CleverChipmunk] (feat): ability to disable group conversations
Pipeline #70738716 passed with stages
in 9 minutes and 23 seconds
......@@ -201,7 +201,7 @@ class comments implements Interfaces\Api
}
if ($entity instanceof Entities\Group) {
if ($entity->isConversationDisabled() == 1) {
if ($entity->isConversationDisabled()) {
return Factory::response([
'status' => 'error',
'message' => 'Conversation has been disabled for this group',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment