]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Merge pull request #10350 from annando/api-notifications
[friendica.git] / static / dbview.config.php
index 488cbceaa2662e3c07ff92ddd4c8c6f5ea3048b5..1582890e01169f24315add222f52ca3a381abb12 100644 (file)
                        "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-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`