# HG changeset patch # User Matthew Wild # Date 1779795017 -3600 # Node ID 303069346d109ea323c14108fe3d0487117cb9ae # Parent 8d726f5d044a44cf14ee89269a41dfd077aeeacb mod_account_activity: Remove unnecessary variable This was added for trunk, 13.0 doesn't have the code that uses opts diff -r 8d726f5d044a -r 303069346d10 plugins/mod_account_activity.lua --- a/plugins/mod_account_activity.lua Tue May 26 12:26:59 2026 +0100 +++ b/plugins/mod_account_activity.lua Tue May 26 12:30:17 2026 +0100 @@ -57,8 +57,6 @@ }; host_selector = "host"; handler = function(self, host, duration) --luacheck: ignore 212/self - opts = opts or {}; - local um = require "prosody.core.usermanager"; local duration_sec = require "prosody.util.human.io".parse_duration(duration or ""); if not duration_sec then