mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 19:29:11 +00:00
[#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 @@ defmodule Pleroma.Activity.Queries do
|
|||
)
|
||||
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
|
||||
query =
|
||||
if opts[:skip_preloading] do
|
||||
|
|
Loading…
Reference in a new issue