projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cefb6cf
)
Fix specs.
author
Roger Braun
<roger@rogerbraun.net>
Tue, 30 Jan 2018 11:17:01 +0000
(12:17 +0100)
committer
Roger Braun
<roger@rogerbraun.net>
Tue, 30 Jan 2018 11:17:01 +0000
(12:17 +0100)
test/web/ostatus/feed_representer_test.exs
patch
|
blob
|
history
diff --git
a/test/web/ostatus/feed_representer_test.exs
b/test/web/ostatus/feed_representer_test.exs
index df5a964e26b9fd7f7d2f8f030f2347a45c10fc40..e10936366c19c30bff6fac5e1cf95dc9d58766a8 100644
(file)
--- a/
test/web/ostatus/feed_representer_test.exs
+++ b/
test/web/ostatus/feed_representer_test.exs
@@
-26,6
+26,7
@@
defmodule Pleroma.Web.OStatus.FeedRepresenterTest do
<id>#{OStatus.feed_path(user)}</id>
<title>#{user.nickname}'s timeline</title>
<updated>#{most_recent_update}</updated>
+ <logo>#{User.avatar_url(user)}</logo>
<link rel="hub" href="#{OStatus.pubsub_path(user)}" />
<link rel="salmon" href="#{OStatus.salmon_path(user)}" />
<link rel="self" href="#{OStatus.feed_path(user)}" type="application/atom+xml" />