Commit e04affb6 authored by Marcelo Rivera's avatar Marcelo Rivera
Browse files

(fix): cleanup

parent 127c67b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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',