public function isBlockingUser($user): bool
    {
        if ($user instanceof self) {
            $user = $user->getKey();
        }