]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Merge pull request #12973 from nupplaphil/bug/datetimeformat
[friendica.git] / static / dbview.config.php
index c82e7dc77f68f5a85f3f4a491c438e01c3455e4f..76278c9a24d8f159f0311dfde0a0b40a9ad34524 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
                        "site_name" => ["gserver", "site_name"],
                        "platform" => ["gserver", "platform"],
                        "version" => ["gserver", "version"],
+                       "server-blocked" => ["gserver", "blocked"],
+                       "server-failed" => ["gserver", "failed"],
                ],
                "query" => "FROM `contact`
                        LEFT JOIN `item-uri` ON `item-uri`.`id` = `contact`.`uri-id`
                        "site_name" => ["gserver", "site_name"],
                        "platform" => ["gserver", "platform"],
                        "version" => ["gserver", "version"],
+                       "server-blocked" => ["gserver", "blocked"],
+                       "server-failed" => ["gserver", "failed"],
                ],
                "query" => "FROM `contact` AS `ucontact`
                        INNER JOIN `contact` ON `contact`.`uri-id` = `ucontact`.`uri-id` AND `contact`.`uid` = 0