Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33103538
policy.ex
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
667 B
Referenced Files
None
Subscribers
None
policy.ex
View Options
# 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
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 1:57 PM (10 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
973795
Default Alt Text
policy.ex (667 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment