MS made safe pictures

This commit is contained in:
maxwell 2010-07-23 18:13:28 -07:00
parent 2cee4a0b94
commit 0ae5ed8bdb

View file

@ -19,6 +19,7 @@ module Diaspora
author[:service] = parse_service(doc) author[:service] = parse_service(doc)
author[:feed_url] = parse_feed_url(doc) author[:feed_url] = parse_feed_url(doc)
author[:avatar_thumbnail] = parse_avatar_thumbnail(doc) author[:avatar_thumbnail] = parse_avatar_thumbnail(doc)
author[:avatar_thumbnail] = nil if author[:avatar_thumbnail]== 0
author[:username] = parse_username(doc) author[:username] = parse_username(doc)
author[:profile_url] = parse_profile_url(doc) author[:profile_url] = parse_profile_url(doc)
author author