mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-27 12:08:32 +03:00
Add FIXME
This commit is contained in:
parent
96779d2490
commit
3defd5b3ee
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ class FederationHandler(BaseHandler):
|
||||||
context=event.room_id,
|
context=event.room_id,
|
||||||
event_id=event.event_id,
|
event_id=event.event_id,
|
||||||
)
|
)
|
||||||
|
# FIXME: Get auth chain for these state events
|
||||||
|
|
||||||
current_state = state
|
current_state = state
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue