]> git.mxchange.org Git - friendica.git/blobdiff - static/dbview.config.php
Improve the test data
[friendica.git] / static / dbview.config.php
index 1a9f194b810abf48802d021acfa811d1ffb93840..5f9c1d34cf8a351eb8a73b33207e35f38fecc355 100644 (file)
                        "contact-avatar" => ["contact", "thumb"],
                        "contact-network" => ["contact", "network"],
                        "contact-blocked" => ["contact", "blocked"],
+                       "contact-hidden" => ["contact", "hidden"],
                        "contact-readonly" => ["contact", "readonly"],
+                       "contact-archive" => ["contact", "archive"],
                        "contact-pending" => ["contact", "pending"],
                        "contact-rel" => ["contact", "rel"],
                        "contact-uid" => ["contact", "uid"],
+                       "contact-contact-type" => ["contact", "contact-type"],
                        "writable" => "IF (`item`.`network` IN ('apub', 'dfrn', 'dspr', 'stat'), true, `contact`.`writable`)",
                        "self" => ["contact", "self"],
                        "cid" => ["contact", "id"],