Software /
code /
prosody
Changeset
8891:d9b7db6f140f
MUC: Ignore unused 'self' [luacheck]
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 08 Jun 2018 17:15:27 +0200 |
parents | 8890:3490bc478804 |
children | 8892:fb38b2c77a72 |
files | plugins/muc/muc.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/muc/muc.lib.lua Fri Jun 08 17:06:21 2018 +0200 +++ b/plugins/muc/muc.lib.lua Fri Jun 08 17:15:27 2018 +0200 @@ -352,7 +352,7 @@ event.formdata["muc#roominfo_occupants"] = tostring(iterators.count(event.room:each_occupant())); end); -function room_mt:get_disco_items(stanza) +function room_mt:get_disco_items(stanza) -- luacheck: ignore 212 return st.reply(stanza):query("http://jabber.org/protocol/disco#items"); end