Changeset

9541:742977123168

mod_pep: Add PEP service owners username in configuration to ease identification
author Kim Alvefur <zash@zash.se>
date Sat, 20 Oct 2018 20:12:53 +0200
parents 9540:8cdd7fec6aa7
children 9542:b8bfcfbe5126
files plugins/mod_pep.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_pep.lua	Tue Oct 23 22:54:15 2018 +0200
+++ b/plugins/mod_pep.lua	Sat Oct 20 20:12:53 2018 +0200
@@ -166,6 +166,7 @@
 		return service;
 	end
 	service = pubsub.new({
+		pep_username = username;
 		node_defaults = {
 			["max_items"] = 1;
 			["persist_items"] = true;