diff options
author | Francis Dinh <normandy@firemail.cc> | 2018-05-19 21:23:52 -0400 |
---|---|---|
committer | Francis Dinh <normandy@firemail.cc> | 2018-05-19 21:23:52 -0400 |
commit | 1e43de0f86ea632a313f9bf7434183a6db38f0b6 (patch) | |
tree | 0cf215887945a855d49034dd6956e402dce9bb30 /lib/pleroma/web/activity_pub/utils.ex | |
parent | da9744eb8481b4df527d0e360aa30be9ca6b5a3a (diff) | |
download | pleroma-1e43de0f86ea632a313f9bf7434183a6db38f0b6.tar.gz |
Formatting and add tests for blocks/unblocks
Diffstat (limited to 'lib/pleroma/web/activity_pub/utils.ex')
-rw-r--r-- | lib/pleroma/web/activity_pub/utils.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/activity_pub/utils.ex b/lib/pleroma/web/activity_pub/utils.ex index c29fc6b07..846dd97c2 100644 --- a/lib/pleroma/web/activity_pub/utils.ex +++ b/lib/pleroma/web/activity_pub/utils.ex @@ -357,6 +357,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do "object" => block_activity.data } end + #### Create-related helpers def make_create_data(params, additional) do |