Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remove-twitter-api
[akkoma] / test / support / factory.ex
index 6e22b66a417e7837cf4986f0d082b6f9884ef826..af580021c9ba46ecd16867ee047ca84ddd05909b 100644 (file)
@@ -67,6 +67,7 @@ defmodule Pleroma.Factory do
     data = %{
       "type" => "Note",
       "content" => text,
+      "source" => text,
       "id" => Pleroma.Web.ActivityPub.Utils.generate_object_id(),
       "actor" => user.ap_id,
       "to" => ["https://www.w3.org/ns/activitystreams#Public"],