Mark incoming activties as non-local.
[akkoma] / lib / pleroma / web / ostatus / ostatus.ex
index 6a6f43acf212df65233044b247233696ea38d5f8..db32d2c354b63e668e97ae3e8eaaa22aeec92bf1 100644 (file)
@@ -86,7 +86,7 @@ defmodule Pleroma.Web.OStatus do
     if Object.get_by_ap_id(id) do
       {:error, "duplicate activity"}
     else
-      ActivityPub.create(to, actor, context, object, %{}, date)
+      ActivityPub.create(to, actor, context, object, %{}, date, false)
     end
   end