Standardizing Avatar Url

I tried to avoid extra calls for avatar url with Profile object, so I’ve used like that;
57

so this is working mostly, but some profile urls is different.
this is mine;
https://gaia.blockstack.org/hub/18h4Xkg9mFhwhLgokzBkggLQ5RD6KAiAvs//avatar-0

this is josephfoboyle.id;
https://gaia.blockstack.org/hub/1FyMCNipDqEfvVXZP9kPfDd53MijUkouXu/0/avatar-0

I think the code smells here, better standardizing avatar urls, isn’t it?

03

But yes, I shouldn’t do that. people can run their own nodes, so this is kinda centralized.