forked from AkkomaGang/akkoma
Add get_by_id to activity.ex
This commit is contained in:
parent
8cd853ce0c
commit
e460820fcf
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ def get_by_ap_id(ap_id) do
|
|||
)
|
||||
end
|
||||
|
||||
def get_by_id(id) do
|
||||
Repo.get(Activity, id)
|
||||
end
|
||||
|
||||
# TODO:
|
||||
# Go through these and fix them everywhere.
|
||||
# Wrong name, only returns create activities
|
||||
|
|
Loading…
Reference in a new issue