Use follower address in user entry.
This commit is contained in:
parent
396c32a6da
commit
140f72725d
4 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue