Add switch for enable/disable room

This commit is contained in:
Kevin Kandlbinder 2022-09-05 15:41:04 +02:00
parent ddefe682fa
commit d89a85dfb4
17 changed files with 554 additions and 8 deletions

View file

@ -164,6 +164,7 @@ type RemoveMxid struct {
type RoomConfigUpdate struct {
ID string `json:"id"`
Deactivate *bool `json:"deactivate"`
Debug *bool `json:"debug"`
AdminPowerLevel *int `json:"adminPowerLevel"`
HashChecker *HashCheckerConfigUpdate `json:"hashChecker"`