mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-04 22:22:36 +01:00
8 lines
131 B
Elixir
8 lines
131 B
Elixir
defmodule Pleroma.Web.OStatusMock do
|
|
import Pleroma.Factory
|
|
|
|
def handle_incoming(_doc) do
|
|
insert(:note_activity)
|
|
end
|
|
end
|