Changeset

12428:ba5bf1d9d9bd

Merge 0.12->trunk
author Matthew Wild <mwild1@gmail.com>
date Mon, 21 Mar 2022 12:36:38 +0000
parents 12426:7a3da1acace1 (current diff) 12427:018ac691ee22 (diff)
children 12429:16a49f04d507
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua	Mon Mar 21 11:15:30 2022 +0000
+++ b/plugins/mod_pubsub/mod_pubsub.lua	Mon Mar 21 12:36:38 2022 +0000
@@ -84,7 +84,7 @@
 			end
 			if not expose_publisher then
 				item.attr.publisher = nil;
-			elseif not item.attr.publisher then
+			elseif not item.attr.publisher and actor ~= true then
 				item.attr.publisher = service.config.normalize_jid(actor);
 			end
 		end