this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replace provider/author fallback with published date

+4 -1
+4 -1
src/components/status.jsx
··· 1762 1762 {title} 1763 1763 </p> 1764 1764 <p class="meta" dir="auto"> 1765 - {description || providerName || authorName} 1765 + {description || 1766 + (!!publishedAt && ( 1767 + <RelativeTime datetime={publishedAt} format="micro" /> 1768 + ))} 1766 1769 </p> 1767 1770 </div> 1768 1771 </a>