rename signing_keys_for to verify_keys_for
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5c0bf29122
commit
4458efa2b2
4 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ pub(super) async fn globals(subcommand: Globals) -> Result<RoomMessageEventConte
|
|||
origin,
|
||||
} => {
|
||||
let timer = tokio::time::Instant::now();
|
||||
let results = services().globals.db.signing_keys_for(&origin);
|
||||
let results = services().globals.db.verify_keys_for(&origin);
|
||||
let query_time = timer.elapsed();
|
||||
|
||||
Ok(RoomMessageEventContent::notice_markdown(format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue