]> git.mxchange.org Git - friendica.git/commitdiff
Added uri-id to the constant
authorMichael <heluecht@pirati.ca>
Thu, 16 Apr 2020 04:20:59 +0000 (04:20 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 16 Apr 2020 04:20:59 +0000 (04:20 +0000)
src/Model/Item.php

index d24340d76494657e1c47bab33ac68a31d26c59b2..1f2faa2698293cb9f97804f56947d2fa0a5b8213 100644 (file)
@@ -94,7 +94,8 @@ class Item
        const CONTENT_FIELDLIST = ['language'];
 
        // All fields in the item table
-       const ITEM_FIELDLIST = ['id', 'uid', 'parent', 'uri', 'parent-uri', 'thr-parent', 'guid',
+       const ITEM_FIELDLIST = ['id', 'uid', 'parent', 'uri', 'parent-uri', 'thr-parent',
+                       'guid', 'uri-id', 'parent-uri-id', 'thr-parent-id',
                        'contact-id', 'type', 'wall', 'gravity', 'extid', 'icid', 'iaid', 'psid',
                        'created', 'edited', 'commented', 'received', 'changed', 'verb',
                        'postopts', 'plink', 'resource-id', 'event-id', 'tag', 'attach', 'inform',