rename api::client_server to api::client
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
8428f43c78
commit
f32380772f
42 changed files with 149 additions and 154 deletions
|
@ -7,7 +7,7 @@ use ruma::api::{
|
|||
};
|
||||
|
||||
use crate::{
|
||||
client_server::{claim_keys_helper, get_keys_helper},
|
||||
client::{claim_keys_helper, get_keys_helper},
|
||||
service::user_is_local,
|
||||
services, Error, Result, Ruma,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue