diff --git a/src/service/sending/mod.rs b/src/service/sending/mod.rs index d430a340..647a6b78 100644 --- a/src/service/sending/mod.rs +++ b/src/service/sending/mod.rs @@ -13,7 +13,7 @@ use std::{ use crate::{ api::{appservice_server, server_server}, services, - utils::{calculate_hash, string_from_bytes}, + utils::calculate_hash, Config, Error, PduEvent, Result, }; use federation::transactions::send_transaction_message;