Activity: all_by_object_ap_id/1 → get_all_by_object_ap_id/1
This commit is contained in:
parent
52006f8f8a
commit
b82c6dc536
4 changed files with 4 additions and 5 deletions
|
|
@ -67,8 +67,7 @@ defmodule Pleroma.Activity do
|
|||
)
|
||||
end
|
||||
|
||||
# Wrong name plz fix thx
|
||||
def all_by_object_ap_id(ap_id) do
|
||||
def get_all_by_object_ap_id(ap_id) do
|
||||
Repo.all(all_by_object_ap_id_q(ap_id))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue