mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Update portal.go
This commit is contained in:
parent
092e68db62
commit
e9138f72f7
1 changed files with 1 additions and 1 deletions
|
|
@ -4047,7 +4047,7 @@ func (portal *Portal) UpdateDisappearingSetting(ctx context.Context, setting dat
|
|||
return true
|
||||
}
|
||||
|
||||
stateContent := &event.BeeperDisappearingTimerEventContent{
|
||||
stateContent := &event.BeeperDisappearingTimer{
|
||||
Type: setting.Type,
|
||||
Timer: setting.Timer.Milliseconds(),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue