X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdbview.config.php;h=2a7cb54feb67de92ef8985fb977e11fe1f6507ee;hb=747139d186b163ab26685406993e57a42bb437b9;hp=875273cb021c74023e5eba6aa0e8f9a3e08ef106;hpb=b6da15557b6d5c8a8eb5e20c1c9bb937440e2927;p=friendica.git diff --git a/static/dbview.config.php b/static/dbview.config.php index 875273cb02..2a7cb54feb 100644 --- a/static/dbview.config.php +++ b/static/dbview.config.php @@ -702,7 +702,7 @@ "fields" => [ "uri-id" => ["post-collection", "uri-id"], "type" => ["post-collection", "type"], - "cid" => ["post", "author-id"], + "cid" => ["post-collection", "author-id"], "received" => ["post", "received"], "created" => ["post", "created"], "commented" => ["post-thread", "commented"], @@ -710,7 +710,7 @@ "visible" => ["post", "visible"], "deleted" => ["post", "deleted"], "thr-parent-id" => ["post", "thr-parent-id"], - "author-id" => ["post", "author-id"], + "author-id" => ["post-collection", "author-id"], "gravity" => ["post", "gravity"], ], "query" => "FROM `post-collection`