修复:知乎动态增加 owner (#997)
 同时订阅多个 id 时不能区分是谁的状态,这个 PR 用来解决这个问题。
This commit is contained in:
parent
5200573cdd
commit
b355a3e857
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue