aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_privacy.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_privacy.lua')
-rw-r--r--plugins/mod_privacy.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/mod_privacy.lua b/plugins/mod_privacy.lua
index 18f7384e..04385711 100644
--- a/plugins/mod_privacy.lua
+++ b/plugins/mod_privacy.lua
@@ -88,8 +88,6 @@ function sendNeededUnavailablePersences(origin, listnameOrItem) -- TODO implemen
elseif type(listnameOrItem) == "table" then
module:log("debug", "got an item, check wether to send unavailable presence stanza or not");
local item = listnameOrItem;
- local serialize = require "util.serialization".serialize;
-
if item["presence-out"] == true then
if item.type == "jid" then