Do not add follower_address to following for non local users
This commit is contained in:
parent
059005ff82
commit
1d46944fbd
2 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ defmodule Pleroma.UserTest do
|
|||
|
||||
user = User.get_cached_by_id(user.id)
|
||||
|
||||
assert User.following(user) == [user.follower_address]
|
||||
assert User.following(user) == []
|
||||
end
|
||||
|
||||
test "unfollow takes a user and another user" do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue