chase test failures
This commit is contained in:
parent
12f45e2a89
commit
f09c3afdf5
3 changed files with 8 additions and 6 deletions
|
|
@ -38,7 +38,8 @@ defmodule Pleroma.Filter do
|
|||
query =
|
||||
from(
|
||||
f in Pleroma.Filter,
|
||||
where: f.user_id == ^user_id
|
||||
where: f.user_id == ^user_id,
|
||||
order_by: [desc: :id]
|
||||
)
|
||||
|
||||
Repo.all(query)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue