]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
Re-add lost verb column for Notice
[quix0rs-gnu-social.git] / classes / Notice.php
index f7daf708e8eb27438e0011031b72df1ea81af860..0298cfdda3e0205667125886fddd4a6abce86ad0 100644 (file)
@@ -107,6 +107,7 @@ class Notice extends Managed_DataObject
                 'location_ns' => array('type' => 'int', 'description' => 'namespace for location'),
                 'repeat_of' => array('type' => 'int', 'description' => 'notice this is a repeat of'),
                 'object_type' => array('type' => 'varchar', 'length' => 255, 'description' => 'URI representing activity streams object type', 'default' => 'http://activitystrea.ms/schema/1.0/note'),
+                'verb' => array('type' => 'varchar', 'length' => 255, 'description' => 'URI representing activity streams verb', 'default' => 'http://activitystrea.ms/schema/1.0/post'),
                 'scope' => array('type' => 'int',
                                  'default' => '1',
                                  'description' => 'bit map for distribution scope; 0 = everywhere; 1 = this server only; 2 = addressees; 4 = followers'),