]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Merge pull request #9803 from annando/post
[friendica.git] / static / dbview.config.php
index 9dc7791f7335e9522ef54d0f0229622a259c128f..b0bf7ed615a96143587f5613a7c252984f204edc 100644 (file)
@@ -36,7 +36,7 @@
  *
  */
 
-return [
+ return [
        "post-view" => [
                "fields" => [
                        "id" => ["item", "id"],
@@ -106,6 +106,9 @@ return [
                        "contact-avatar" => ["contact", "thumb"],
                        "contact-network" => ["contact", "network"],
                        "contact-blocked" => ["contact", "blocked"],
+                       "contact-readonly" => ["contact", "readonly"],
+                       "contact-pending" => ["contact", "pending"],
+                       "contact-rel" => ["contact", "rel"],
                        "contact-uid" => ["contact", "uid"],
                        "writable" => "IF (`item`.`network` IN ('apub', 'dfrn', 'dspr', 'stat'), true, `contact`.`writable`)",
                        "self" => ["contact", "self"],