Merge branch 'fix/activity_get_by_id' into 'develop'

Add get_by_id to activity.ex

See merge request pleroma/pleroma!695
This commit is contained in:
Haelwenn 2019-01-22 14:28:17 +00:00
commit 707cd9389c
1 changed files with 4 additions and 0 deletions

View File

@ -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