Re-enable feeds
This commit is contained in:
parent
ef43d44c18
commit
35853b4237
@ -27,7 +27,7 @@ mod schema;
|
||||
mod commands;
|
||||
use commands::*;
|
||||
|
||||
const ENABLE_FEEDS: bool = false;
|
||||
const ENABLE_FEEDS: bool = true;
|
||||
|
||||
#[derive(Debug, Fail)]
|
||||
pub enum ResponseError {
|
||||
@ -155,4 +155,4 @@ fn start_daemons() {
|
||||
}
|
||||
})
|
||||
.unwrap();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user