add: channels/messages database functions

chore: bump contrasted
This commit is contained in:
trisua 2025-04-25 16:22:38 -04:00
parent 4cafea66aa
commit a28072be7f
11 changed files with 358 additions and 6 deletions

View file

@ -16,6 +16,11 @@ mod user_warnings;
mod userblocks;
mod userfollows;
#[cfg(feature = "redis")]
pub mod channels;
#[cfg(feature = "redis")]
pub mod messages;
#[cfg(feature = "sqlite")]
pub use drivers::sqlite::*;