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

Add missing $type to URL subject #2

The record is invalid without this because subject is a union.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:2xau7wbgdq4phuou2ypwuen7/sh.tangled.repo.pull/3m7kvs7ad5k22
+1 -1
Diff #0
+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 };

History

1 round 0 comments
sign up or login to add to the discussion
tom.sherman.is submitted #0
1 commit
expand
Add missing $type property to post subject
expand 0 comments
pull request successfully merged