修复:知乎动态增加 owner (#997)

![screen shot 2018-10-28 at 23 45 31](https://user-images.githubusercontent.com/6964284/47618236-aee27500-db0b-11e8-98a5-20b7156ff9f6.png)

同时订阅多个 id 时不能区分是谁的状态,这个 PR 用来解决这个问题。
This commit is contained in:
knarfeh 2018-10-30 21:39:31 +08:00 committed by DIYgod
parent 5200573cdd
commit b355a3e857
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ module.exports = async (ctx) => {
}
return {
title: `${item.action_text}: ${title}`,
title: `${data[0].actor.name}${item.action_text}: ${title}`,
description: description,
pubDate: new Date(item.created_time * 1000).toUTCString(),
link: url,