1
0
Fork 0
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:
Jonathan de Jong 2023-01-30 18:29:00 +01:00
parent 500b0a6e26
commit df902ebd72

View file

@ -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;