mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-26 19:36:21 +01:00
7 lines
130 B
Elixir
7 lines
130 B
Elixir
defmodule Pleroma.Web.OStatusMock do
|
|
import Pleroma.Factory
|
|
def handle_incoming(_doc) do
|
|
insert(:note_activity)
|
|
end
|
|
end
|