1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-08-03 21:58:32 +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 d886a0738a
commit 689024b29c

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