lemmy/crates/routes/src
Alexander Batischev d53d229c49
Change NodeInfo links to an array
NodeInfo spec[1] says that _.well-known/nodeinfo_ is a JSON Resource
Descriptor (JRD) document. That is specified in RFC 7033, where §4.4[2]
mandates that `links` is an array.

1. https://nodeinfo.diaspora.software/protocol.html
2. https://datatracker.ietf.org/doc/html/rfc7033#section-4.4
2021-11-21 20:10:39 +03:00
..
feeds.rs Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
images.rs Moving settings and secrets to context. 2021-09-27 11:25:26 +02:00
lib.rs Move routes into separate crate to speed up compilation 2021-02-09 19:34:36 +01:00
nodeinfo.rs Change NodeInfo links to an array 2021-11-21 20:10:39 +03:00
webfinger.rs Fix Smithereen webfinger, remove duplicate webfinger impl (fixes #1916) 2021-11-18 19:28:53 +01:00