Firefox WebExtension that lets you share the current tab to frontpage.fyi with minimal effort.

Add missing $type property to post subject

tom.sherman.is d956e8d0 5843b36b

verified
+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 };