Firefox WebExtension (Desktop and Mobile) that lets you share the current tab to Margit.at, frontpage.fyi, etc. with minimal effort.
3
fork

Configure Feed

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

Add missing $type property to post subject

authored by

Tom Sherman and committed by
Anton Rodriguez
cd4e33ff 2ad3760c

+1 -1
+1 -1
extension/background.js
··· 132 132 record: { 133 133 $type: RECORD_TYPE, 134 134 title: trimmedTitle, 135 - subject: { url: trimmedUrl }, 135 + subject: { $type: "fyi.frontpage.feed.post#urlSubject", url: trimmedUrl }, 136 136 createdAt: new Date().toISOString() 137 137 } 138 138 };