MS made safe pictures
This commit is contained in:
parent
2cee4a0b94
commit
0ae5ed8bdb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue