1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-07-27 18:28:31 +00:00

Note about ruma#2064 in TODO

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

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"
); );