Add missing support file.
This commit is contained in:
parent
26ccb768d3
commit
1bc34de4df
|
@ -0,0 +1,6 @@
|
|||
defmodule Pleroma.Web.OStatusMock do
|
||||
import Pleroma.Factory
|
||||
def handle_incoming(_doc) do
|
||||
insert(:note_activity)
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue