Add missing support file.

This commit is contained in:
lain 2018-02-12 10:23:21 +01:00
parent 26ccb768d3
commit 1bc34de4df
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
defmodule Pleroma.Web.OStatusMock do
import Pleroma.Factory
def handle_incoming(_doc) do
insert(:note_activity)
end
end