mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
remove string_from_bytes import
This commit is contained in:
parent
500b0a6e26
commit
df902ebd72
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use std::{
|
||||||
use crate::{
|
use crate::{
|
||||||
api::{appservice_server, server_server},
|
api::{appservice_server, server_server},
|
||||||
services,
|
services,
|
||||||
utils::{calculate_hash, string_from_bytes},
|
utils::calculate_hash,
|
||||||
Config, Error, PduEvent, Result,
|
Config, Error, PduEvent, Result,
|
||||||
};
|
};
|
||||||
use federation::transactions::send_transaction_message;
|
use federation::transactions::send_transaction_message;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue