Changeset

10560:3adb6c46fbf4

mod_muc_mam: Remove unused variable [luacheck]
author Kim Alvefur <zash@zash.se>
date Mon, 23 Dec 2019 23:31:09 +0100
parents 10559:cfc05e46b979
children 10563:e8db377a2983
files plugins/mod_muc_mam.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_muc_mam.lua	Mon Dec 23 23:30:45 2019 +0100
+++ b/plugins/mod_muc_mam.lua	Mon Dec 23 23:31:09 2019 +0100
@@ -354,7 +354,7 @@
 
 -- 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;