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 | e33a46962cccbe8c2fa29e6c57b103787b2e9b86 (patch) | |
tree | 1e14ba576a73c4a05bcdd5bc08175d7a01e1f8db | |
parent | e9adaa506eb9828c9d193fb63ff91e0a68b75831 (diff) | |
download | prosody-e33a46962cccbe8c2fa29e6c57b103787b2e9b86.tar.gz prosody-e33a46962cccbe8c2fa29e6c57b103787b2e9b86.zip |
mod_mam: Silence warning about unused table used to describe data format [luacheck]
-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" |