adding following_address field to user

This commit is contained in:
Alex S 2019-07-10 16:01:32 +03:00
commit f8786fa6f2
5 changed files with 41 additions and 8 deletions

View file

@ -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"]
}