make bulk user creation from admin works as a transaction
[akkoma] / test / support / ostatus_mock.ex
index c26e919907b6e45e4adae3a75e0628e4d7602ae8..9c0f2f3236e5bd8ab8a3d3d94970507db506ebda 100644 (file)
@@ -1,5 +1,10 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
 defmodule Pleroma.Web.OStatusMock do
   import Pleroma.Factory
+
   def handle_incoming(_doc) do
     insert(:note_activity)
   end