]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Merge pull request #8931 from MrPetovan/task/2020-performance-improvements
[friendica.git] / static / dbview.config.php
index fa302b8669f27d0d31dae5ac3dac9714547d70a4..47bf9709000ee8d43e79cfdf0f6e4911b68a8538 100755 (executable)
@@ -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"],