diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 16:01:32 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-07-10 17:42:18 +0300 |
commit | f8786fa6f27b1934b48b69fce5d285ebddefda92 (patch) | |
tree | 3a8cc24f2688453aac11424f5bd982f526e19e29 /lib/pleroma/web | |
parent | b972b972e00d1528f77fe726e066f35cf1323cb7 (diff) | |
download | pleroma-f8786fa6f27b1934b48b69fce5d285ebddefda92.tar.gz |
adding following_address field to user
Diffstat (limited to 'lib/pleroma/web')
-rw-r--r-- | lib/pleroma/web/activity_pub/activity_pub.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index 41b55bbab..a3174a787 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -994,6 +994,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do avatar: avatar, name: data["name"], follower_address: data["followers"], + following_address: data["following"], bio: data["summary"] } |