aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-04-06 10:59:35 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-04-10 06:20:03 +0200
commite89078ac2a27bb0a833c982dbb5eef63ddea3cc0 (patch)
tree48e529088dd7a0ad2fa076b4d28e7ee162c60644 /lib/pleroma/web
parent3420dec494203b46d37ddc17f7e1235dc908a5b3 (diff)
downloadpleroma-e89078ac2a27bb0a833c982dbb5eef63ddea3cc0.tar.gz
User: remove source_data
Diffstat (limited to 'lib/pleroma/web')
-rw-r--r--lib/pleroma/web/activity_pub/activity_pub.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex
index 63502b484..9b832f4cb 100644
--- a/lib/pleroma/web/activity_pub/activity_pub.ex
+++ b/lib/pleroma/web/activity_pub/activity_pub.ex
@@ -1459,7 +1459,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
ap_id: data["id"],
uri: get_actor_url(data["url"]),
ap_enabled: true,
- source_data: data,
banner: banner,
fields: fields,
emoji: emojis,