forked from AkkomaGang/akkoma
provide logo at feed.atom (debug)
This commit is contained in:
parent
b713b28dfd
commit
cefb6cfea1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def to_simple_form(user, activities, _users) do
|
|||
{:id, h.(OStatus.feed_path(user))},
|
||||
{:title, ['#{user.nickname}\'s timeline']},
|
||||
{:updated, h.(most_recent_update)},
|
||||
{:logo, (User.avatar_url(user) |> MediaProxy.url())},
|
||||
{:logo, [to_charlist(User.avatar_url(user) |> MediaProxy.url())]},
|
||||
{:link, [rel: 'hub', href: h.(OStatus.pubsub_path(user))], []},
|
||||
{:link, [rel: 'salmon', href: h.(OStatus.salmon_path(user))], []},
|
||||
{:link, [rel: 'self', href: h.(OStatus.feed_path(user)), type: 'application/atom+xml'], []},
|
||||
|
|
Loading…
Reference in a new issue