]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Issue 8700: Resolvable activities
[friendica.git] / static / dbview.config.php
index fa302b8669f27d0d31dae5ac3dac9714547d70a4..4d7eadc283cfcd30f7127b63d04e72cb9b18aad1 100755 (executable)
@@ -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"],