mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 14:16:05 +01:00
7 lines
131 B
Elixir
7 lines
131 B
Elixir
defmodule Pleroma.Web.OStatusMock do
|
|
import Pleroma.Factory
|
|
|
|
def handle_incoming(_doc) do
|
|
insert(:note_activity)
|
|
end
|
|
end
|