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

@ -1121,6 +1121,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
assert user.info.ap_enabled
assert user.info.note_count == 1
assert user.follower_address == "https://niu.moe/users/rye/followers"
assert user.following_address == "https://niu.moe/users/rye/following"
user = User.get_cached_by_id(user.id)
assert user.info.note_count == 1