Skip to content
Snippets Groups Projects
Commit 0eeeaa37 authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Update types in MRF Keyword group

parent 98c56ff4
No related branches found
No related tags found
No related merge requests found
......@@ -1069,6 +1069,7 @@
},
%{
key: :webhook_url,
label: "Webhook URL",
type: :string,
description: "Configure the Slack incoming webhook",
suggestions: ["https://hooks.slack.com/services/YOUR-KEY-HERE"]
......@@ -1587,14 +1588,14 @@
children: [
%{
key: :reject,
type: [:string],
type: {:list, :string},
description:
"A list of patterns which result in message being rejected. Each pattern can be a string or a regular expression.",
suggestions: ["foo", ~r/foo/iu]
},
%{
key: :federated_timeline_removal,
type: [:string],
type: {:list, :string},
description:
"A list of patterns which result in message being removed from federated timelines (a.k.a unlisted). Each pattern can be a string or a regular expression.",
suggestions: ["foo", ~r/foo/iu]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment