Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
feat: guid is not a permalink
✗ CI failure Sean Borg committed 11 months ago
commit 7af373631a1f08dde5706e58978d6ebef15bdd7a
parent d5f684b2ec12dc875ec0278c8e2fe71faaa88d38
1 failed (1 total) View logs
1 file changed +1 -0
modified src/pages.rs
@@ -668,6 +668,7 @@ impl PageData {
    fn rss_item_from_run(run: &Run) -> Result<Item, PageError> {
        let mut guid = Guid::default();
        guid.set_value(run.broker_run_id().to_string());
+
        guid.permalink = false; // guid permalink defaults to true as our guid is not a url set this to false

        let state = if run.state() == RunState::Finished {
            match run.result() {