mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 05:43:09 -06:00
Linting
This commit is contained in:
parent
2d4c984e62
commit
bc886cbc7b
|
|
@ -133,7 +133,7 @@ func OnIncomingStateTypeRequest(
|
|||
var event *gomatrixserverlib.HeaderedEvent
|
||||
if membershipRes.IsInRoom {
|
||||
stateRes := api.QueryLatestEventsAndStateResponse{}
|
||||
if err := rsAPI.QueryLatestEventsAndState(ctx, &api.QueryLatestEventsAndStateRequest{
|
||||
if err = rsAPI.QueryLatestEventsAndState(ctx, &api.QueryLatestEventsAndStateRequest{
|
||||
RoomID: roomID,
|
||||
StateToFetch: []gomatrixserverlib.StateKeyTuple{
|
||||
gomatrixserverlib.StateKeyTuple{
|
||||
|
|
|
|||
Loading…
Reference in a new issue