Note about ruma#2064 in TODO

This commit is contained in:
nexy7574 2025-06-07 00:55:03 +01:00 committed by Jacob Taylor
commit b157c02fec

View file

@ -149,8 +149,8 @@ where
for<'a> &'a E: Event + Send, for<'a> &'a E: Event + Send,
{ {
debug!( debug!(
event_id = %incoming_event.event_id(), event_id = format!("{}", incoming_event.event_id()),
event_type = ?incoming_event.event_type(), event_type = format!("{}", incoming_event.event_type()),
"auth_check beginning" "auth_check beginning"
); );