Loading Controllers/api/v1/comments.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -201,7 +201,7 @@ class comments implements Interfaces\Api } } if ($entity instanceof Entities\Group) { if ($entity instanceof Entities\Group) { if ($entity->isConversationDisabled() == 1) { if ($entity->isConversationDisabled()) { return Factory::response([ return Factory::response([ 'status' => 'error', 'status' => 'error', 'message' => 'Conversation has been disabled for this group', 'message' => 'Conversation has been disabled for this group', Loading Loading
Controllers/api/v1/comments.php +1 −1 Original line number Original line Diff line number Diff line Loading @@ -201,7 +201,7 @@ class comments implements Interfaces\Api } } if ($entity instanceof Entities\Group) { if ($entity instanceof Entities\Group) { if ($entity->isConversationDisabled() == 1) { if ($entity->isConversationDisabled()) { return Factory::response([ return Factory::response([ 'status' => 'error', 'status' => 'error', 'message' => 'Conversation has been disabled for this group', 'message' => 'Conversation has been disabled for this group', Loading