mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/status: add RESTART UserAction (#384)
This commit is contained in:
parent
baf4cc3ee4
commit
1e10d9460a
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ type BridgeStateUserAction string
|
|||
const (
|
||||
UserActionOpenNative BridgeStateUserAction = "OPEN_NATIVE"
|
||||
UserActionRelogin BridgeStateUserAction = "RELOGIN"
|
||||
UserActionRestart BridgeStateUserAction = "RESTART"
|
||||
)
|
||||
|
||||
type RemoteProfile struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue