From 48c60d33c4bb5c0f382e25878fe5e19b5720569e Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Mon, 16 May 2022 18:08:20 -0600 Subject: [PATCH] commands: fix build --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index e4e0880..c19a361 100644 --- a/commands.go +++ b/commands.go @@ -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 {