# HG changeset patch # User Kim Alvefur # Date 1507589440 -7200 # Node ID 5163f79053710f4db9874778d1e0633b02ec99b7 # Parent 37ae0801f925166431dc931a29bb3f82255ac888 mod_profile: Update get_pep_service() signature to match recent changes to mod_pep_plus (in trunk) diff -r 37ae0801f925 -r 5163f7905371 mod_profile/mod_profile.lua --- 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