Small comment to explain (we also explain above)

This commit is contained in:
Eric Eastwood
2026-05-21 19:14:03 -05:00
parent 374c4c5c86
commit ffe5c4b256
+1
View File
@@ -1399,6 +1399,7 @@ class FederationClient(FederationBase):
"event": pdu.get_pdu_json(time_now),
"room_version": room_version.identifier,
"invite_room_state": [
# Use full PDU's according to MSC4311
state_event.get_pdu_json(time_now)
for state_event in state_events.values()
],