a tool for shared writing and social publishing
0
fork

Configure Feed

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

loosen type on link facet type

The rational here is we may also use these for internal links, or things
like that, which would make them not full uris.

+1 -1
+1 -1
lexicons/src/facet.ts
··· 6 6 "Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL.", 7 7 required: ["uri"], 8 8 properties: { 9 - uri: { type: "string", format: "uri" }, 9 + uri: { type: "string" }, 10 10 }, 11 11 }, 12 12 code: {