feat: implement local-files feature with various enhancements and cleanup
This commit is contained in:
@@ -54,6 +54,7 @@ pub struct AppState {
|
||||
}
|
||||
|
||||
impl AppState {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub async fn new(
|
||||
user_service: UserService,
|
||||
channel_service: ChannelService,
|
||||
|
||||
Reference in New Issue
Block a user