mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
don't truncate auth chain starting events
This commit is contained in:
parent
ba4c5edc7f
commit
9b38bd5940
1 changed files with 1 additions and 4 deletions
|
|
@ -31,10 +31,7 @@ impl Service {
|
|||
self.db.cache_auth_chain(key, auth_chain)
|
||||
}
|
||||
|
||||
#[tracing::instrument(
|
||||
skip(self, starting_events),
|
||||
fields(starting_events = debug_slice_truncated(&starting_events, 5)),
|
||||
)]
|
||||
#[tracing::instrument(skip(self))]
|
||||
pub(crate) async fn get_auth_chain<'a>(
|
||||
&self,
|
||||
room_id: &RoomId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue