mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Add notifications to private feed
This commit is contained in:
@ -2547,7 +2547,7 @@ get "/feed/private" do |env|
|
|||||||
href: "#{host_url}#{env.request.resource}")
|
href: "#{host_url}#{env.request.resource}")
|
||||||
xml.element("title") { xml.text translate(locale, "Invidious Private Feed for `x`", user.email) }
|
xml.element("title") { xml.text translate(locale, "Invidious Private Feed for `x`", user.email) }
|
||||||
|
|
||||||
videos.each do |video|
|
(notifications + videos).each do |video|
|
||||||
video.to_xml(locale, host_url, xml)
|
video.to_xml(locale, host_url, xml)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user