chore: remove features that don't compile
add: posts "circle" column
This commit is contained in:
parent
0310418837
commit
50704d27a9
42 changed files with 71 additions and 365 deletions
|
@ -4,10 +4,3 @@ pub mod model;
|
|||
|
||||
pub use database::DataManager;
|
||||
pub use oiseau::cache;
|
||||
|
||||
/// Tells us if pubsub capabilities are provided (via Redis).
|
||||
///
|
||||
/// If we have access to pubsub, community channels/messages will be available.
|
||||
///
|
||||
/// This is mostly used a flag for the UI.
|
||||
pub const PUBSUB_ENABLED: bool = cfg!(feature = "redis");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue