mod_profile/mod_profile.lua
changeset 2794 5163f7905371
parent 2417 b64c0150d663
child 3185 1f2272cda0d7
--- a/mod_profile/mod_profile.lua	Mon Oct 09 19:28:17 2017 +0100
+++ b/mod_profile/mod_profile.lua	Tue Oct 10 00:50:40 2017 +0200
@@ -44,7 +44,7 @@
 end
 
 local function update_pep(username, data, pep)
-	pep = pep or pep_plus.get_pep_service(username.."@"..module.host);
+	pep = pep or pep_plus.get_pep_service(username);
 	local photo, p = get_item(data, "PHOTO");
 	if vcard.to_vcard4 then
 		if p then t_remove(data, p); end