1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-27 04:15:28 +01:00

add @type to ScheduledActivity

This commit is contained in:
Maksim Pechnikov 2019-12-04 09:53:01 +03:00
parent 469c0956cd
commit 3a0a400fe1

View File

@ -16,6 +16,8 @@ defmodule Pleroma.ScheduledActivity do
import Ecto.Query
import Ecto.Changeset
@type t :: %__MODULE__{}
@min_offset :timer.minutes(5)
schema "scheduled_activities" do