]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
add activitystreams links to other actions
[quix0rs-gnu-social.git] / actions / public.php
index 90e0e6e2594c5e0a8b149bc7fa6275559b1d6b30..37a1ef3c2377849a03c0056e166d0fdb5af3f4ed 100644 (file)
@@ -162,7 +162,12 @@ class PublicAction extends Action
      */
     function getFeeds()
     {
-        return array(new Feed(Feed::RSS1, common_local_url('publicrss'),
+        return array(new Feed(Feed::JSON,
+                              common_local_url('ApiTimelinePublic',
+                                               array('format' => 'as')),
+                              // TRANS: Link description for public timeline feed.
+                              _('Public Stream Feed (Activity Streams JSON)')),
+                    new Feed(Feed::RSS1, common_local_url('publicrss'),
                               // TRANS: Link description for public timeline feed.
                               _('Public Stream Feed (RSS 1.0)')),
                      new Feed(Feed::RSS2,