Use follower address in user entry.

This commit is contained in:
Roger Braun 2017-07-19 19:06:49 +02:00
commit 140f72725d
4 changed files with 6 additions and 5 deletions

View file

@ -61,7 +61,7 @@ defmodule Pleroma.Web.OStatus.NoteHandler do
def make_to_list(actor, mentions) do
[
User.ap_followers(actor)
actor.follower_address
] ++ mentions
end