diff options
author | Kim Alvefur <zash@zash.se> | 2017-03-04 20:09:28 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-03-04 20:09:28 +0100 |
commit | e45c5961ac42007aa6c9282afddff91cd1e27124 (patch) | |
tree | c6228dea80fc393abf6eaf11909eca109d0cd30e /core/rostermanager.lua | |
parent | c723d21b83a0d219f1087459f48c863e38910bcf (diff) | |
download | prosody-e45c5961ac42007aa6c9282afddff91cd1e27124.tar.gz prosody-e45c5961ac42007aa6c9282afddff91cd1e27124.zip |
core: Allow select core modules to mutate some globals (needs luacheck 1.19)
Diffstat (limited to 'core/rostermanager.lua')
-rw-r--r-- | core/rostermanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rostermanager.lua b/core/rostermanager.lua index 88bd1e66..dc60ccdf 100644 --- a/core/rostermanager.lua +++ b/core/rostermanager.lua @@ -5,7 +5,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- - +-- luacheck: globals prosody.bare_sessions.?.roster |