]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/activitycontext.php
correctly show the source of messages in a message list
[quix0rs-gnu-social.git] / lib / activitycontext.php
index ff3bc9411d53baeaa48b9b8d007769382bafef44..fd0dfe06c1b7bfef81f9e82a322dc689d23f31be 100644 (file)
@@ -39,6 +39,8 @@ class ActivityContext
     public $location;
     public $attention = array();
     public $conversation;
+    public $forwardID; // deprecated, use ActivityVerb::SHARE instead
+    public $forwardUrl; // deprecated, use ActivityVerb::SHARE instead
 
     const THR     = 'http://purl.org/syndication/thread/1.0';
     const GEORSS  = 'http://www.georss.org/georss';