Added a note about the phoenix bug

This commit is contained in:
Kieran Eglin 2024-12-30 17:35:49 -08:00
parent 988f0b4513
commit 5db810590a
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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