# HG changeset patch # User Kim Alvefur # Date 1604677958 -3600 # Node ID 58492b4b85ea63f6596cd57260e52beca5289a06 # Parent bf8f2da840070886e16461a571ed12ee261a3e82# Parent 4ae1d485a9c6c894ff58ad0bdf4fad0d497df7e6 Merge 0.11->trunk diff -r bf8f2da84007 -r 58492b4b85ea plugins/mod_pubsub/mod_pubsub.lua --- a/plugins/mod_pubsub/mod_pubsub.lua Thu Nov 05 22:31:25 2020 +0100 +++ b/plugins/mod_pubsub/mod_pubsub.lua Fri Nov 06 16:52:38 2020 +0100 @@ -72,7 +72,7 @@ end local id = new_id(); - local msg_type = node_obj and node_obj.config.message_type or "headline"; + local msg_type = node_obj and node_obj.config.notification_type or "headline"; local message = st.message({ from = module.host, type = msg_type, id = id }) :tag("event", { xmlns = xmlns_pubsub_event }) :tag(kind, { node = node });