From 5bbe47ae1106b4960b9476a293d063f0593d2bd9 Mon Sep 17 00:00:00 2001 From: hoilc Date: Wed, 9 Oct 2019 11:25:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8E=A8=E7=89=B9=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=BA=BF=E6=B7=BB=E5=8A=A0author=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=20(#3210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/twitter/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/twitter/utils.js b/lib/routes/twitter/utils.js index 1efad0967d..d6801a7319 100644 --- a/lib/routes/twitter/utils.js +++ b/lib/routes/twitter/utils.js @@ -102,6 +102,7 @@ const ProcessFeed = ({ data = [] }, showAuthor = false) => { return { title: `${showAuthor ? item.user.name + ': ' : ''}${item.in_reply_to_screen_name ? 'Re ' : ''}${replaceBreak(item.full_text)}`, + author: item.user.name, description: `${showAuthor ? `${item.user.name}:

` : ''}${item.in_reply_to_screen_name ? 'Re ' : ''}${ item.full_text }${url}${img}${quote}`,