]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
Add scope bitmap for notices
[quix0rs-gnu-social.git] / classes / Notice.php
index 664e5dab9f85d3c4d51901a041e7638ef285ab2b..36686f6f2de9cdff5d034694142f1126f31db722 100644 (file)
@@ -73,6 +73,7 @@ class Notice extends Memcached_DataObject
     public $location_ns;                     // int(4)
     public $repeat_of;                       // int(4)
     public $object_type;                     // varchar(255)
+    public $scope;                           // int(4)
 
     /* Static get */
     function staticGet($k,$v=NULL)