mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_muc_mam: Remove unused variable [luacheck]
This commit is contained in:
parent
1c3988b171
commit
8537138d41
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ end, 0);
|
|||
|
||||
-- Handle messages
|
||||
local function save_to_history(self, stanza)
|
||||
local room_node, room_host = jid_split(self.jid);
|
||||
local room_node = jid_split(self.jid);
|
||||
|
||||
local stored_stanza = stanza;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue