mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 03:43:11 -06:00
fix review changes
This commit is contained in:
parent
16c69aacc6
commit
04b35af0a2
|
|
@ -57,6 +57,7 @@ func GetVisibility(
|
|||
}
|
||||
|
||||
// SetVisibility implements PUT /directory/list/room/{roomID}
|
||||
// TODO: Allow admin users to edit the room visibility
|
||||
func SetVisibility(
|
||||
req *http.Request, publicRoomsDatabase storage.Database, queryAPI api.RoomserverQueryAPI, dev *authtypes.Device,
|
||||
roomID string,
|
||||
|
|
|
|||
Loading…
Reference in a new issue