]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
[friendica.git] / static / dbview.config.php
index f8d11955ece2e5b1ace635e0e222ed134a751d7d..3caa7c0877c8d5a505c69310ac4a9a9683cc95bd 100644 (file)
                        "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"],
                        "deny_cid" => ["permissionset", "deny_cid"],
                        "deny_gid" => ["permissionset", "deny_gid"],
                        "created" => ["profile_field", "created"],
-                       "updated" => ["profile_field", "updated"],
+                       "edited" => ["profile_field", "edited"],
                ],
                "query" => "FROM `profile_field`
                        INNER JOIN `permissionset` ON `permissionset`.`id` = `profile_field`.`psid`"