diff --git a/lib/v2/douban/people/status.js b/lib/v2/douban/people/status.js index 8d47b154a..4f40c2cc7 100644 --- a/lib/v2/douban/people/status.js +++ b/lib/v2/douban/people/status.js @@ -26,7 +26,7 @@ function tryFixStatus(status) { isFixSuccess: false, why: status.msg ? status.msg : '[ 内容已被设为不可见 ]', }; - } else if (!status.activity || status.text === undefined || status.text === null || !status.uri) { + } else if (status.text === undefined || status.text === null || !status.uri) { result = { isFixSuccess: false, why: status.msg ? status.msg : '[ 内容已不可访问 ]',