Replace `Repo.get(Module, id)` with `Module.get_by_id(id)` where possible See merge request pleroma/pleroma!1009
Repo.get(Activity, id)
Activity.get_by_id(id)