tracing instruments for ruma state res
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
d92e8e170f
commit
5f11d68616
2 changed files with 9 additions and 7 deletions
|
@ -25,7 +25,6 @@ impl Service {
|
|||
self.db.cache_auth_chain(key, auth_chain)
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip(self, starting_events))]
|
||||
pub async fn get_auth_chain<'a>(
|
||||
&self, room_id: &RoomId, starting_events: Vec<Arc<EventId>>,
|
||||
) -> Result<impl Iterator<Item = Arc<EventId>> + 'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue