Fix events query
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
ac8a487327
commit
5e7bcc44df
@ -365,7 +365,7 @@ defmodule Mobilizon.Events do
|
||||
|> filter_public_visibility()
|
||||
|> filter_draft()
|
||||
|> filter_local_or_from_followed_instances_events()
|
||||
|> Page.build_page(page, limit, :begins_on)
|
||||
|> Page.build_page(page, limit, sort)
|
||||
end
|
||||
|
||||
@spec stream_events_for_sitemap :: Enum.t()
|
||||
|
Loading…
Reference in New Issue
Block a user