mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-10 13:53:40 +00:00
Fix lint error
This commit is contained in:
parent
bf00a8ef7f
commit
0170731796
1 changed files with 0 additions and 9 deletions
|
@ -176,12 +176,3 @@ func getStateIDs(
|
||||||
AuthEventIDs: response.AuthChainEvents,
|
AuthEventIDs: response.AuthChainEvents,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func getIDsFromEvent(events []*gomatrixserverlib.Event) []string {
|
|
||||||
IDs := make([]string, len(events))
|
|
||||||
for i := range events {
|
|
||||||
IDs[i] = events[i].EventID()
|
|
||||||
}
|
|
||||||
|
|
||||||
return IDs
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue