mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 12:21:18 +00:00
fmt
This commit is contained in:
parent
cd60011204
commit
ff277409ac
3 changed files with 3 additions and 8 deletions
|
@ -6,8 +6,8 @@ use lemmy_api_common::{
|
|||
context::LemmyContext,
|
||||
utils::{
|
||||
generate_followers_url,
|
||||
generate_local_apub_endpoint,
|
||||
generate_inbox_url,
|
||||
generate_local_apub_endpoint,
|
||||
get_url_blocklist,
|
||||
is_admin,
|
||||
local_site_to_slur_regex,
|
||||
|
|
|
@ -9,8 +9,8 @@ use lemmy_api_common::{
|
|||
check_email_verified,
|
||||
check_registration_application,
|
||||
check_user_valid,
|
||||
generate_local_apub_endpoint,
|
||||
generate_inbox_url,
|
||||
generate_local_apub_endpoint,
|
||||
honeypot_check,
|
||||
local_site_to_slur_regex,
|
||||
password_length_check,
|
||||
|
|
|
@ -10,12 +10,7 @@ use diesel::{
|
|||
use diesel_async::RunQueryDsl;
|
||||
use lemmy_api_common::{
|
||||
lemmy_db_views::structs::SiteView,
|
||||
utils::{
|
||||
generate_followers_url,
|
||||
generate_local_apub_endpoint,
|
||||
generate_inbox_url,
|
||||
EndpointType,
|
||||
},
|
||||
utils::{generate_followers_url, generate_inbox_url, generate_local_apub_endpoint, EndpointType},
|
||||
};
|
||||
use lemmy_db_schema::{
|
||||
source::{
|
||||
|
|
Loading…
Reference in a new issue