]> 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 324f7f92675c6ac6512f60cd6b70011dc3a2b18b..1582890e01169f24315add222f52ca3a381abb12 100644 (file)
@@ -53,6 +53,7 @@
                        "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`"
                        "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`