Mark incoming activties as non-local.
[akkoma] / test / web / ostatus / ostatus_test.exs
index 4e7e401cde3c761c1f349d56cebf92e8c26b4630..3951dbc9cd72328bc042145bf3dfe4c57267ab3a 100644 (file)
@@ -18,6 +18,7 @@ defmodule Pleroma.Web.OStatusTest do
     assert activity.data["published"] == "2017-04-23T14:51:03+00:00"
     assert activity.data["context"] == "tag:gs.example.org:4040,2017-04-23:objectType=thread:nonce=f09e22f58abd5c7b"
     assert "http://pleroma.example.org:4000/users/lain3" in activity.data["to"]
+    assert activity.local == false
   end
 
   test "handle incoming notes - GS, subscription" do