tangled
alpha
login
or
join now
tom.sherman.is
/
frontpage_firefox_plugin
forked from
anton.galiglobal.com/frontpage_firefox_plugin
0
fork
atom
Firefox WebExtension that lets you share the current tab to frontpage.fyi with minimal effort.
0
fork
atom
overview
issues
pulls
pipelines
Add missing $type property to post subject
tom.sherman.is
3 months ago
d956e8d0
5843b36b
verified
This commit was signed with the committer's
known signature
.
tom.sherman.is
SSH Key Fingerprint:
SHA256:s683B2DU0yXjYHmKfzMF5t1GryE92wn75ZgRoLJ76HY=
+1
-1
1 changed file
expand all
collapse all
unified
split
extension
background.js
+1
-1
extension/background.js
···
132
132
record: {
133
133
$type: RECORD_TYPE,
134
134
title: trimmedTitle,
135
135
-
subject: { url: trimmedUrl },
135
135
+
subject: { $type: "fyi.frontpage.feed.post#urlSubject", url: trimmedUrl },
136
136
createdAt: new Date().toISOString()
137
137
}
138
138
};