mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 23:13:11 -06:00
gofmt
This commit is contained in:
parent
d29e50b54d
commit
00e6b86ba7
|
|
@ -76,7 +76,7 @@ func checkAuthEvents(db RoomEventDatabase, event gomatrixserverlib.Event, authEv
|
||||||
|
|
||||||
// TODO: check for duplicate state keys here.
|
// TODO: check for duplicate state keys here.
|
||||||
|
|
||||||
// Work out which of the state events we actaully need.
|
// Work out which of the state events we actually need.
|
||||||
stateNeeded := gomatrixserverlib.StateNeededForAuth([]gomatrixserverlib.Event{event})
|
stateNeeded := gomatrixserverlib.StateNeededForAuth([]gomatrixserverlib.Event{event})
|
||||||
|
|
||||||
// Load the actual auth events from the database.
|
// Load the actual auth events from the database.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue