Skip to content

Commit

Permalink
mod_vcard: fix the damned white space, grr.
Browse files Browse the repository at this point in the history
  • Loading branch information
maranda committed Apr 15, 2018
1 parent 7f13dd5 commit 4d432c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/mod_vcard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ module:hook("pep-node-publish", handle_user_avatar);

module.unload = function(reload)
if not reload then
for jid, session in pairs(bare_sessions) do session.avatar_hash = nil; end
for jid, session in pairs(bare_sessions) do session.avatar_hash = nil; end
end
end

0 comments on commit 4d432c8

Please sign in to comment.