Restrict and fix visibility

This commit is contained in:
Joscha 2022-06-23 21:43:46 +02:00
parent 1df34e9f57
commit ae2c887a3c
3 changed files with 9 additions and 5 deletions

View file

@ -3,7 +3,7 @@ use chrono::{DateTime, Utc};
use rusqlite::{params, Connection, OptionalExtension};
use tokio::sync::{mpsc, oneshot};
use crate::euph::api::Snowflake;
use crate::euph::Snowflake;
use crate::store::{Msg, MsgStore, Path, Tree};
use super::Request;