mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
Linting
This commit is contained in:
parent
b0baed82df
commit
21ba63f767
|
|
@ -74,9 +74,7 @@ func (a *CurrentStateInternalAPI) QuerySharedUsers(ctx context.Context, req *api
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
for _, roomID := range req.IncludeRoomIDs {
|
||||
roomIDs = append(roomIDs, roomID)
|
||||
}
|
||||
roomIDs = append(roomIDs, req.IncludeRoomIDs...)
|
||||
excludeMap := make(map[string]bool)
|
||||
for _, roomID := range req.ExcludeRoomIDs {
|
||||
excludeMap[roomID] = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue