mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
synapseadmin: Add force_purge option (#420)
This commit is contained in:
parent
e61c7b3f1e
commit
2fd9e799d2
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ func (cli *Client) RoomMessages(ctx context.Context, roomID id.RoomID, from, to
|
|||
|
||||
type ReqDeleteRoom struct {
|
||||
Purge bool `json:"purge,omitempty"`
|
||||
ForcePurge bool `json:"force_purge,omitempty"`
|
||||
Block bool `json:"block,omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
RoomName string `json:"room_name,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue