]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
The two endpoints for unfavoriting/liking (and related things) was failing because...
[friendica.git] / static / dbview.config.php
index c12cccb4cc22e591ed2b63a941049bd0f54518d2..2452dc341b90dba023859a6a48210c909db4d77d 100644 (file)
                        "parent-author-name" => ["parent-post-author", "name"],
                        "parent-author-nick" => ["parent-post-author", "nick"],
                        "parent-author-network" => ["parent-post-author", "network"],
-                       "parent-author-blocked" => ["parent-post-author", "blocked"],
-                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post-user`
                        STRAIGHT_JOIN `post-thread-user` ON `post-thread-user`.`uri-id` = `post-user`.`parent-uri-id` AND `post-thread-user`.`uid` = `post-user`.`uid`
                        "parent-author-link" => ["parent-post-author", "url"],
                        "parent-author-name" => ["parent-post-author", "name"],
                        "parent-author-network" => ["parent-post-author", "network"],
-                       "parent-author-blocked" => ["parent-post-author", "blocked"],
-                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post-thread-user`
                        INNER JOIN `post-user` ON `post-user`.`id` = `post-thread-user`.`post-user-id`
                        "parent-author-link" => ["parent-post-author", "url"],
                        "parent-author-name" => ["parent-post-author", "name"],
                        "parent-author-network" => ["parent-post-author", "network"],
-                       "parent-author-blocked" => ["parent-post-author", "blocked"],
-                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post`
                        STRAIGHT_JOIN `post-thread` ON `post-thread`.`uri-id` = `post`.`parent-uri-id`
                        "parent-author-link" => ["parent-post-author", "url"],
                        "parent-author-name" => ["parent-post-author", "name"],
                        "parent-author-network" => ["parent-post-author", "network"],
-                       "parent-author-blocked" => ["parent-post-author", "blocked"],
-                       "parent-author-hidden" => ["parent-post-author", "hidden"],
                ],
                "query" => "FROM `post-thread`
                        INNER JOIN `post` ON `post`.`uri-id` = `post-thread`.`uri-id`
                        "postal-code" => ["profile", "postal-code"],
                        "country-name" => ["profile", "country-name"],
                        "homepage" => ["profile", "homepage"],
+                       "homepage_verified" => ["profile", "homepage_verified"],
                        "dob" => ["profile", "dob"],
                ],
                "query" => "FROM `user`