]> git.mxchange.org Git - friendica.git/commitdiff
"sensitive" added to fierld list
authorMichael <heluecht@pirati.ca>
Mon, 5 Feb 2024 12:21:57 +0000 (12:21 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 5 Feb 2024 12:21:57 +0000 (12:21 +0000)
src/Model/Item.php

index ca63a923ccbe6407766e68b10094b2b5ce0a001c..9d2bdd16b9804aa4ea0973fb5a5e6096527480cc 100644 (file)
@@ -119,7 +119,7 @@ class Item
        const DELIVER_FIELDLIST = [
                'uid', 'id', 'parent', 'uri-id', 'uri', 'thr-parent', 'parent-uri', 'guid',
                'parent-guid', 'conversation', 'received', 'created', 'edited', 'verb', 'object-type', 'object', 'target',
-               'private', 'title', 'body', 'raw-body', 'language', 'location', 'coord', 'app',
+               'private', 'title', 'body', 'raw-body', 'language', 'location', 'coord', 'app', 'sensitive',
                'inform', 'deleted', 'extid', 'post-type', 'post-reason', 'gravity',
                'allow_cid', 'allow_gid', 'deny_cid', 'deny_gid',
                'author-id', 'author-addr', 'author-link', 'author-name', 'author-avatar', 'owner-id', 'owner-link', 'contact-uid',