X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbview.config.php;h=47bf9709000ee8d43e79cfdf0f6e4911b68a8538;hb=ebcf75724467f6334048f785636a32be872156ec;hp=fa302b8669f27d0d31dae5ac3dac9714547d70a4;hpb=1362748f59c9e2cd43d646b02cf49e8bb4146c7c;p=friendica.git diff --git a/static/dbview.config.php b/static/dbview.config.php index fa302b8669..47bf970900 100755 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -145,7 +145,7 @@ return [ "bd" => ["contact", "bd"], "notify_new_posts" => ["contact", "notify_new_posts"], "fetch_further_information" => ["contact", "fetch_further_information"], - "ffi_keyword_blacklist" => ["contact", "ffi_keyword_blacklist"], + "ffi_keyword_denylist" => ["contact", "ffi_keyword_denylist"], "parent-uid" => ["user", "parent-uid"], "guid" => ["user", "guid"], "nickname" => ["user", "nickname"], /// @todo Replaces all uses of "nickname" with "nick" @@ -201,20 +201,6 @@ return [ INNER JOIN `contact` ON `contact`.`uid` = `user`.`uid` AND `contact`.`self` INNER JOIN `profile` ON `profile`.`uid` = `user`.`uid`" ], - "participation-view" => [ - "fields" => [ - "iid" => ["participation", "iid"], - "id" => ["contact", "id"], - "url" => ["contact", "url"], - "name" => ["contact", "name"], - "protocol" => ["contact", "protocol"], - "batch" => "CASE `contact`.`batch` WHEN '' THEN `fcontact`.`batch` ELSE `contact`.`batch` END", - "network" => "CASE `fcontact`.`network` WHEN '' THEN `contact`.`network` ELSE `fcontact`.`network` END", - ], - "query" => "FROM `participation` - INNER JOIN `contact` ON `contact`.`id` = `participation`.`cid` AND NOT `contact`.`archive` - INNER JOIN `fcontact` ON `fcontact`.`id` = `participation`.`fid`" - ], "pending-view" => [ "fields" => [ "id" => ["register", "id"],