mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +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)
|
self.db.cache_auth_chain(key, auth_chain)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(
|
#[tracing::instrument(skip(self))]
|
||||||
skip(self, starting_events),
|
|
||||||
fields(starting_events = debug_slice_truncated(&starting_events, 5)),
|
|
||||||
)]
|
|
||||||
pub(crate) async fn get_auth_chain<'a>(
|
pub(crate) async fn get_auth_chain<'a>(
|
||||||
&self,
|
&self,
|
||||||
room_id: &RoomId,
|
room_id: &RoomId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue