X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Fostatus%2Fhandlers%2Fnote_handler.ex;h=f675901b208305f5551b2cf4a4999a4b0eb007cf;hb=140f72725dd3d2840b356107e24542ba2896e4e1;hp=e0e4afef690f6283d5a69c996692e441cdd16e35;hpb=fc7016a88c483701ab8eb4ecf7a3fbc5af3810d9;p=akkoma diff --git a/lib/pleroma/web/ostatus/handlers/note_handler.ex b/lib/pleroma/web/ostatus/handlers/note_handler.ex index e0e4afef6..f675901b2 100644 --- a/lib/pleroma/web/ostatus/handlers/note_handler.ex +++ b/lib/pleroma/web/ostatus/handlers/note_handler.ex @@ -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