bump ruma
tweak tracing instrument Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
1a71798859
commit
33635e11d1
4 changed files with 16 additions and 16 deletions
|
@ -6,7 +6,7 @@ use ruma::{
|
|||
|
||||
/// Returns Ok if the acl allows the server
|
||||
#[implement(super::Service)]
|
||||
#[tracing::instrument(skip_all)]
|
||||
#[tracing::instrument(skip_all, level = "debug")]
|
||||
pub async fn acl_check(&self, server_name: &ServerName, room_id: &RoomId) -> Result {
|
||||
let Ok(acl_event_content) = self
|
||||
.services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue