X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbview.config.php;h=875273cb021c74023e5eba6aa0e8f9a3e08ef106;hb=5ece6dcf41201c6c73dbb2269b2261a93048cc33;hp=0c91016d4906eacae2eb7caba15e84f552f4baed;hpb=08e9b2cc12acb3ac293a1dba4a03efb71c20b39d;p=friendica.git diff --git a/static/dbview.config.php b/static/dbview.config.php index 0c91016d49..875273cb02 100644 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -96,6 +96,7 @@ "global" => ["post-user", "global"], "featured" => "EXISTS(SELECT `type` FROM `post-collection` WHERE `type` = 0 AND `uri-id` = `post-user`.`uri-id`)", "network" => ["post-user", "network"], + "protocol" => ["post-user", "protocol"], "vid" => ["post-user", "vid"], "psid" => ["post-user", "psid"], "verb" => "IF (`post-user`.`vid` IS NULL, '', `verb`.`name`)",