]> 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 f8ebc05720ef0207646c2b8dfdd7d95f2c8d1b67..1582890e01169f24315add222f52ca3a381abb12 100644 (file)
                        "read" => ["application-token", "read"],
                        "write" => ["application-token", "write"],
                        "follow" => ["application-token", "follow"],
+                       "push" => ["application-token", "push"],
                ],
-               "query" => "FROM `application-token` INNER JOIN `application` ON `application-token`.`application-id` = `application`.`id`"
+               "query" => "FROM `application-token`
+                       INNER JOIN `application` ON `application-token`.`application-id` = `application`.`id`"
        ],
        "post-user-view" => [
                "fields" => [
                        "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`