mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-02-25 05:53:09 -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.
|
||||
|
||||
// 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})
|
||||
|
||||
// Load the actual auth events from the database.
|
||||
|
|
|
|||
Loading…
Reference in a new issue