mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 19:46:07 +01:00
add @type to ScheduledActivity
This commit is contained in:
parent
469c0956cd
commit
3a0a400fe1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user