Skip to content

Commit

Permalink
Added a note about the phoenix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kieraneglin committed Dec 31, 2024
1 parent 988f0b4 commit 5db8105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pinchflat_web/controllers/sources/source_html.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ defmodule PinchflatWeb.Sources.SourceHTML do

def rss_feed_url(conn, source) do
# NOTE: The reason for this concatenation is to avoid what appears to be a bug in Phoenix
# See: https://github.com/phoenixframework/phoenix/issues/6033
url(conn, ~p"/sources/#{source.uuid}/feed") <> ".xml"
end

Expand Down

0 comments on commit 5db8105

Please sign in to comment.