Skip to content

Commit

Permalink
Add domain to RSS author (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhillgit committed Feb 26, 2024
1 parent e1cd8a3 commit 7bdfbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/home/rss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title><%= raw coder.encode(story.title, :decimal) %></title>
<link><%= story.url_or_comments_url %></link>
<guid isPermaLink="false"><%= story.short_id_url %></guid>
<author><%= story.user.username %>@users.<%= Rails.application.domain %> (<%= story.user.username %>)</author>
<author><%= story.domain.domain %> via <%= story.user.username %></author>
<pubDate><%= story.created_at.rfc2822 %></pubDate>
<comments><%= story.comments_url %></comments>
<description>
Expand Down

0 comments on commit 7bdfbc6

Please sign in to comment.