add distance date

This commit is contained in:
wryk
2020-02-17 01:23:35 +01:00
parent 01457eea40
commit 2b7c4a6c04
3 changed files with 28 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ export async function* hashtagsIterator (domain, hashtags) {
const processStatus = (domain, status) => ({
title: '',
date: new Date(status.createdAt),
date: new Date(status.created_at),
referer: {
username: status.account.username,
url: status.url,