WIP move thread loading for notmuch into nm mod

This commit is contained in:
2024-07-21 09:31:37 -07:00
parent dd09bc3168
commit 65fcbd4b77
5 changed files with 688 additions and 659 deletions

View File

@@ -18,9 +18,8 @@ use rocket_cors::{AllowedHeaders, AllowedOrigins};
use serde::Deserialize;
use server::{
error::ServerError,
graphql::{
attachment_bytes, cid_attachment_bytes, Attachment, GraphqlSchema, Mutation, QueryRoot,
},
graphql::{Attachment, GraphqlSchema, Mutation, QueryRoot},
nm::{attachment_bytes, cid_attachment_bytes},
};
use sqlx::postgres::PgPool;