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
|
@ -1,6 +1,7 @@
|
|||
mod apps;
|
||||
mod audit_log;
|
||||
mod auth;
|
||||
mod channels;
|
||||
mod common;
|
||||
mod communities;
|
||||
pub mod connections;
|
||||
|
@ -10,6 +11,7 @@ mod emojis;
|
|||
mod ipbans;
|
||||
mod ipblocks;
|
||||
mod memberships;
|
||||
mod messages;
|
||||
mod notifications;
|
||||
mod polls;
|
||||
mod pollvotes;
|
||||
|
@ -25,9 +27,4 @@ mod user_warnings;
|
|||
mod userblocks;
|
||||
mod userfollows;
|
||||
|
||||
#[cfg(feature = "redis")]
|
||||
mod channels;
|
||||
#[cfg(feature = "redis")]
|
||||
mod messages;
|
||||
|
||||
pub use drivers::DataManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue