2018-12-23 21:11:29 +01: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 10:23:21 +01:00
|
|
|
defmodule Pleroma.Web.OStatusMock do
|
|
|
|
import Pleroma.Factory
|
2018-03-30 15:01:53 +02:00
|
|
|
|
2018-02-12 10:23:21 +01:00
|
|
|
def handle_incoming(_doc) do
|
|
|
|
insert(:note_activity)
|
|
|
|
end
|
|
|
|
end
|