Page MenuHomePhorge

policy.ex
No OneTemporary

Size
667 B
Referenced Files
None
Subscribers
None

policy.ex

# Pleroma: A lightweight social networking server
# Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Web.ActivityPub.MRF.Policy do
@callback filter(map()) :: {:ok | :reject, map()}
@callback describe() :: {:ok | :error, map()}
@callback config_description() :: %{
optional(:children) => [map()],
key: atom(),
related_policy: String.t(),
label: String.t(),
description: String.t()
}
@callback history_awareness() :: :auto | :manual
@optional_callbacks config_description: 0, history_awareness: 0
end

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 20, 1:57 PM (5 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
973795
Default Alt Text
policy.ex (667 B)

Event Timeline