added tests for ActivityPub.like\unlike
This commit is contained in:
parent
ba5e14be05
commit
00abe099cd
8 changed files with 304 additions and 127 deletions
|
|
@ -150,8 +150,6 @@ defmodule Pleroma.Object do
|
|||
def update_and_set_cache(changeset) do
|
||||
with {:ok, object} <- Repo.update(changeset) do
|
||||
set_cache(object)
|
||||
else
|
||||
e -> e
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue