diff options
author | Kim Alvefur <zash@zash.se> | 2017-01-23 19:31:30 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-01-23 19:31:30 +0100 |
commit | 4b829743e65d70698af2a368414664222fbf6ae6 (patch) | |
tree | 1e14ba576a73c4a05bcdd5bc08175d7a01e1f8db /plugins | |
parent | 9f5d98c28311f7fa1b5dd65fcba560d3d8349ac4 (diff) | |
download | prosody-4b829743e65d70698af2a368414664222fbf6ae6.tar.gz prosody-4b829743e65d70698af2a368414664222fbf6ae6.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.lua | 1 |
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" |