mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-09 15:45:33 +00:00
Add GitHub CI and fix clippy warnings
This commit is contained in:
parent
812d6c8602
commit
5fadffef4d
5 changed files with 106 additions and 1 deletions
|
@ -356,7 +356,7 @@ async fn room_get_feed(
|
|||
))
|
||||
}
|
||||
|
||||
/// Ref: https://www.jsonfeed.org/version/1.1/
|
||||
/// Ref: <https://www.jsonfeed.org/version/1.1/>
|
||||
#[derive(Debug, Serialize)]
|
||||
#[serde(tag = "version", rename = "https://jsonfeed.org/version/1.1")]
|
||||
struct FeedRoom {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue