@bufferapp/publish-utils
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@bufferapp/publish-utils", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Misc. utils for dates, parsing, etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -87,2 +87,4 @@ const { getDateString, isInThePast } = require('./date'); | ||
const retweetCommentLinks = canHaveLinks ? parseTwitterLinks(retweetComment) : []; | ||
const isFixed = ( | ||
@@ -123,3 +125,3 @@ post.pinned || | ||
retweetComment, | ||
retweetCommentLinks: canHaveLinks ? links : [], | ||
retweetCommentLinks, | ||
retweetProfile: getRetweetProfileInfo(post), | ||
@@ -126,0 +128,0 @@ sent: post.status === 'sent', |
966738
26
2476