Address incoming messages to followers.
[akkoma] / lib / pleroma / web / ostatus / ostatus.ex
index fe42786b226edd25da67e5dbe4134218eb7ff2f9..f335e9972abfc52ffaf968029eecf782aeb3eb9e 100644 (file)
@@ -143,7 +143,8 @@ defmodule Pleroma.Web.OStatus do
               end
 
     to = [
-      "https://www.w3.org/ns/activitystreams#Public"
+      "https://www.w3.org/ns/activitystreams#Public",
+      User.ap_followers(actor)
     ]
 
     mentions = :xmerl_xpath.string('//link[@rel="mentioned" and @ostatus:object-type="http://activitystrea.ms/schema/1.0/person"]', entry)