Merge branch 'develop' into rename/pleroma_activity_consistency
This commit is contained in:
commit
2de208817c
17 changed files with 324 additions and 20 deletions
|
|
@ -36,6 +36,10 @@ defmodule Pleroma.Activity do
|
|||
)
|
||||
end
|
||||
|
||||
def get_by_id(id) do
|
||||
Repo.get(Activity, id)
|
||||
end
|
||||
|
||||
def by_object_ap_id(ap_id) do
|
||||
from(
|
||||
activity in Activity,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue