forked from AkkomaGang/akkoma
[#1505] Fixed @spec for Queries.by_object_in_reply_to_id/3
This commit is contained in:
parent
61d9f43e46
commit
3432294657
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def by_object_id(query, object_id) when is_binary(object_id) do
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
@spec by_object_id(query, String.t()) :: query
|
@spec by_object_in_reply_to_id(query, String.t(), keyword()) :: query
|
||||||
def by_object_in_reply_to_id(query, in_reply_to_id, opts \\ []) do
|
def by_object_in_reply_to_id(query, in_reply_to_id, opts \\ []) do
|
||||||
query =
|
query =
|
||||||
if opts[:skip_preloading] do
|
if opts[:skip_preloading] do
|
||||||
|
|
Loading…
Reference in a new issue