mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-11 17:03:10 -06:00
Add todo
This commit is contained in:
parent
4a41e45c50
commit
d8c7d8fff1
|
|
@ -340,6 +340,8 @@ func (r *RoomserverQueryAPI) QueryServerAllowedToSeeEvent(
|
|||
return err
|
||||
}
|
||||
|
||||
// TODO: We probably want to make it so that we don't have to pull
|
||||
// out all the state if possible.
|
||||
stateAtEvent, err := r.loadStateEvents(stateEntries)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in a new issue