fix test
This commit is contained in:
parent
4beb3ce5c5
commit
9da4c88b49
2 changed files with 9 additions and 1 deletions
|
|
@ -13,6 +13,9 @@ defmodule Pleroma.Pagination do
|
|||
alias Pleroma.Repo
|
||||
|
||||
@default_limit 20
|
||||
@page_keys ["max_id", "min_id", "limit", "since_id", "order"]
|
||||
|
||||
def page_keys, do: @page_keys
|
||||
|
||||
def fetch_paginated(query, params, type \\ :keyset)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue