Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
cefb6cfe
Commit
cefb6cfe
authored
Jan 30, 2018
by
Hakaba Hitoyo
Browse files
provide logo at feed.atom (debug)
parent
b713b28d
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/pleroma/web/ostatus/feed_representer.ex
View file @
cefb6cfe
...
...
@@ -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'
],
[]},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment