fix url bug
This commit is contained in:
parent
00159d1fb8
commit
716fbc7bd4
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue