diff --git a/lib/common.rb b/lib/common.rb index 2359b2b70..6be3285f7 100644 --- a/lib/common.rb +++ b/lib/common.rb @@ -19,6 +19,7 @@ module Diaspora author[:service] = parse_service(doc) author[:feed_url] = parse_feed_url(doc) author[:avatar_thumbnail] = parse_avatar_thumbnail(doc) + author[:avatar_thumbnail] = nil if author[:avatar_thumbnail]== 0 author[:username] = parse_username(doc) author[:profile_url] = parse_profile_url(doc) author