even more formatting

This commit is contained in:
squidboi 2018-06-07 22:10:11 -07:00
parent 990cde7439
commit 82225dfc8d
No known key found for this signature in database
GPG Key ID: 018925A9B65D2457
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.RejectNonPublic do
alias Pleroma.User
@behaviour Pleroma.Web.ActivityPub.MRF
@impl true
def filter(object) do
if object["type"] == "Create" do
user = User.get_by_ap_id(object["actor"])