Add constants for the Fetch Further Information field

This commit is contained in:
Hypolite Petovan 2023-07-26 07:15:24 +02:00
parent 3a98b958d3
commit d0a2357fbd
6 changed files with 27 additions and 12 deletions

View file

@ -1827,7 +1827,7 @@ return [
"info" => ["type" => "mediumtext", "comment" => ""],
"notify_new_posts" => ["type" => "boolean", "comment" => ""],
"remote_self" => ["type" => "boolean", "comment" => ""],
"fetch_further_information" => ["type" => "tinyint unsigned", "comment" => ""],
"fetch_further_information" => ["type" => "tinyint unsigned", "comment" => "0 => None, 1 => Fetch information, 3 => Fetch keywords, 2 => Fetch both"],
"ffi_keyword_denylist" => ["type" => "text", "comment" => ""],
"subhub" => ["type" => "boolean", "comment" => ""],
"hub-verify" => ["type" => "varbinary(383)", "comment" => ""],