]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Merge pull request #11175 from annando/lemmy
[friendica.git] / static / dbview.config.php
index a373f4c28581782e5a02b3afc6cb301653207234..9939e894d9be4dc97b0adb17c5133a4be91bac27 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
                        "parent-author-id" => ["parent-post", "author-id"],
                        "parent-author-link" => ["parent-post-author", "url"],
                        "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"],
                        "allow_cid" => ["permissionset", "allow_cid"],
                        "allow_gid" => ["permissionset", "allow_gid"],
                        "deny_cid" => ["permissionset", "deny_cid"],
-                       "deny_gid" => ["permissionset", "deny_gid"]
+                       "deny_gid" => ["permissionset", "deny_gid"],
+                       "created" => ["profile_field", "created"],
+                       "edited" => ["profile_field", "edited"],
                ],
                "query" => "FROM `profile_field`
                        INNER JOIN `permissionset` ON `permissionset`.`id` = `profile_field`.`psid`"