lib/chiya_web/controllers/page_controller.ex aktualisiert

This commit is contained in:
inhji 2023-07-29 17:22:59 +02:00
parent 8b885534c8
commit facc243a5c

View file

@ -93,7 +93,7 @@ defmodule ChiyaWeb.PageController do
id ->
channel = Chiya.Channels.get_channel!(id)
notes = Chiya.Notes.list_notes_by_channel_updated(channel, 999)
notes = Chiya.Notes.list_notes_by_channel_published(channel, 999)
[channel, notes]
end