2018-12-23 12:11:29 -08:00
|
|
|
# Pleroma: A lightweight social networking server
|
|
|
|
# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2018-02-12 01:23:21 -08:00
|
|
|
defmodule Pleroma.Web.OStatusMock do
|
|
|
|
import Pleroma.Factory
|
2018-03-30 06:01:53 -07:00
|
|
|
|
2018-02-12 01:23:21 -08:00
|
|
|
def handle_incoming(_doc) do
|
|
|
|
insert(:note_activity)
|
|
|
|
end
|
|
|
|
end
|