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"
); );
@ -219,7 +219,7 @@ where
/* /*
// TODO: In the past this code was commented as it caused problems with Synapse. This is no // TODO: In the past this code was commented as it caused problems with Synapse. This is no
// longer the case. This needs to be implemented. // longer the case. This needs to be implemented.
// See also: https://github.com/ruma/ruma/pull/2064 // See also: https://github.com/ruma/ruma/pull/2064
// //
// 2. Reject if auth_events // 2. Reject if auth_events
// a. auth_events cannot have duplicate keys since it's a BTree // a. auth_events cannot have duplicate keys since it's a BTree