aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-23 19:31:30 +0100
committerKim Alvefur <zash@zash.se>2017-01-23 19:31:30 +0100
commite33a46962cccbe8c2fa29e6c57b103787b2e9b86 (patch)
tree1e14ba576a73c4a05bcdd5bc08175d7a01e1f8db /plugins
parente9adaa506eb9828c9d193fb63ff91e0a68b75831 (diff)
downloadprosody-e33a46962cccbe8c2fa29e6c57b103787b2e9b86.tar.gz
prosody-e33a46962cccbe8c2fa29e6c57b103787b2e9b86.zip
mod_mam: Silence warning about unused table used to describe data format [luacheck]
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_mam/mamprefs.lib.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_mam/mamprefs.lib.lua b/plugins/mod_mam/mamprefs.lib.lua
index 3fccf645..054b6861 100644
--- a/plugins/mod_mam/mamprefs.lib.lua
+++ b/plugins/mod_mam/mamprefs.lib.lua
@@ -12,6 +12,7 @@
local global_default_policy = module:get_option("default_archive_policy", true);
do
+ -- luacheck: ignore 211/prefs_format
local prefs_format = {
[false] = "roster",
-- default ::= true | false | "roster"