summaryrefslogtreecommitdiffstats
path: root/server/src/api/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/api/mod.rs')
-rw-r--r--server/src/api/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/api/mod.rs b/server/src/api/mod.rs
index 3488a8c4..4f11b327 100644
--- a/server/src/api/mod.rs
+++ b/server/src/api/mod.rs
@@ -18,7 +18,7 @@ use crate::db::user_mention_view::*;
use crate::db::user_view::*;
use crate::db::*;
use crate::{
- extract_usernames, fetch_iframely_and_pictshare_data, generate_random_string, naive_from_unix,
+ extract_usernames, fetch_iframely_and_pictrs_data, generate_random_string, naive_from_unix,
naive_now, remove_slurs, send_email, slur_check, slurs_vec_to_str,
};