mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-06-04 03:32:20 +02:00
Add switch for enable/disable room
This commit is contained in:
parent
ddefe682fa
commit
d89a85dfb4
17 changed files with 554 additions and 8 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue