mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
* feat: rewrite ack system Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com> * feat: rewrite acks to crond + rabbit task * fix: review changes --------- Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
11 lines
171 B
Rust
11 lines
171 B
Rust
pub mod acker;
|
|
pub mod bridge;
|
|
pub mod bulk_permissions;
|
|
mod funcs;
|
|
pub mod idempotency;
|
|
pub mod permissions;
|
|
pub mod reference;
|
|
pub mod test_fixtures;
|
|
|
|
pub use funcs::*;
|