Re-enable feeds

This commit is contained in:
Sakuhl 2018-01-14 20:08:29 +01:00
parent ef43d44c18
commit 35853b4237

View File

@ -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 {