Changeset

9043:9d77b6588bdf

mod_pubsub: Remove unneeded stanza API call
author Kim Alvefur <zash@zash.se>
date Sat, 14 Jul 2018 21:26:13 +0200
parents 9042:734ba7080b35
children 9044:18cd5102253c
files plugins/mod_pubsub/mod_pubsub.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua	Sat Jul 14 21:25:34 2018 +0200
+++ b/plugins/mod_pubsub/mod_pubsub.lua	Sat Jul 14 21:26:13 2018 +0200
@@ -56,7 +56,6 @@
 	if item and item.tags[1] then
 		local payload = item.tags[1];
 		if payload.attr.xmlns == "http://www.w3.org/2005/Atom" then
-			message:reset();
 			local title = payload:get_child_text("title");
 			summary = payload:get_child_text("summary");
 			if not summary and title then