forked from AkkomaGang/akkoma
spec fix
This commit is contained in:
parent
ba87ed7335
commit
34f1d09f3a
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ defp do_block(blocker, blocked, activity_id, local) do
|
|||
end
|
||||
|
||||
@spec unblock(User.t(), User.t(), String.t() | nil, boolean()) ::
|
||||
{:ok, Activity.t()} | {:error, any()}
|
||||
{:ok, Activity.t()} | {:error, any()} | nil
|
||||
def unblock(blocker, blocked, activity_id \\ nil, local \\ true) do
|
||||
with {:ok, result} <-
|
||||
Repo.transaction(fn -> do_unblock(blocker, blocked, activity_id, local) end) do
|
||||
|
|
Loading…
Reference in a new issue