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:
parent
80adf46d5f
commit
c29df405b5
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue