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

Add missing $type property to post subject

authored by tom.sherman.is and committed by anton.galiglobal.com cd4e33ff 2ad3760c

Changed files
+1 -1
extension
+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 };