mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 09:23:51 +01:00
commands: fix build
This commit is contained in:
parent
5b73ba7efd
commit
48c60d33c4
1 changed files with 1 additions and 1 deletions
|
@ -1246,7 +1246,7 @@ func (handler *CommandHandler) CommandDisappearingTimer(ce *CommandEvent) {
|
|||
ce.Portal.ExpirationTime = prevExpirationTime
|
||||
return
|
||||
}
|
||||
ce.Portal.Update()
|
||||
ce.Portal.Update(nil)
|
||||
if !ce.Portal.IsPrivateChat() && !ce.Bridge.Config.Bridge.DisappearingMessagesInGroups {
|
||||
ce.Reply("Disappearing timer changed successfully, but this bridge is not configured to disappear messages in group chats.")
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue