From 5b67053077c77cbd60fee796c3b1b3e5272896d0 Mon Sep 17 00:00:00 2001 From: liaojack8 Date: Sun, 5 Jul 2020 22:01:29 +0800 Subject: [PATCH] rm teamdrive: true by @iwestlin --- src/tg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tg.js b/src/tg.js index c9217f8..53145ce 100644 --- a/src/tg.js +++ b/src/tg.js @@ -157,7 +157,7 @@ async function tg_copy ({ fid, target, chat_id, update }) { // return task_id } } - real_copy({ source: fid, update, target, not_teamdrive: true, service_account: true, is_server: true }) + real_copy({ source: fid, update, target, service_account: !USE_PERSONAL_AUTH, is_server: true }) .then(async info => { if (!record) record = {} // 防止无限循环 if (!info) return