Add get_by_id to activity.ex

stable
rinpatch 6 years ago
parent 8cd853ce0c
commit e460820fcf

@ -36,6 +36,10 @@ defmodule Pleroma.Activity 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…
Cancel
Save