Diff

plugins/mod_pep_simple.lua @ 12802:4a8740e01813

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Mon, 12 Dec 2022 07:10:54 +0100
parent 12589:39ae08180c81
child 12977:74b9e05af71e
line wrap: on
line diff
--- a/plugins/mod_pep_simple.lua	Mon Dec 12 20:40:23 2022 +0100
+++ b/plugins/mod_pep_simple.lua	Mon Dec 12 07:10:54 2022 +0100
@@ -14,7 +14,7 @@
 local pairs = pairs;
 local next = next;
 local type = type;
-local unpack = table.unpack or unpack; -- luacheck: ignore 113
+local unpack = table.unpack;
 local calculate_hash = require "util.caps".calculate_hash;
 local core_post_stanza = prosody.core_post_stanza;
 local bare_sessions = prosody.bare_sessions;