mod_pep_vcard_avatar/mod_pep_vcard_avatar.lua
changeset 2868 6f3859233515
parent 2866 933049a60ce6
child 3181 4eff14ac6853
--- a/mod_pep_vcard_avatar/mod_pep_vcard_avatar.lua	Fri Jan 12 09:01:25 2018 +0100
+++ b/mod_pep_vcard_avatar/mod_pep_vcard_avatar.lua	Fri Jan 26 19:00:22 2018 +0100
@@ -187,8 +187,6 @@
 			photo = st.stanza("photo")
 			photo:text(hash)
 			x_vcard_update:add_child(photo)
-		elseif photo:get_text() then
-			photo:text(hash)
 		end
 	end
 end