feat: trivial format
This commit is contained in:
parent
db213a433d
commit
fea9429ab0
|
|
@ -38,7 +38,7 @@ const parseStatuses = (data) =>
|
|||
return {
|
||||
title: `${titleAuthor}: "${titleText}"`,
|
||||
author: author,
|
||||
description: item.spoiler_text + '<br><br>' + content + media,
|
||||
description: item.spoiler_text + '<hr />' + content + media,
|
||||
pubDate: new Date(item.created_at).toUTCString(),
|
||||
link: link,
|
||||
guid: item.uri,
|
||||
|
|
|
|||
Loading…
Reference in New Issue