mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-15 03:21:17 +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
|