]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/inbox.php
Some adjustments to allow the Facebook app work with Laconica 0.8
[quix0rs-gnu-social.git] / actions / inbox.php
index b553ab26ca6d082a61addf9c17764b1d3b154548..7b5cf2d203d8f6abf1380ac74cc6e234f1d1d125 100644 (file)
@@ -63,6 +63,17 @@ class InboxAction extends MailboxAction
         }
     }
 
+    /**
+     * Output document relationship links
+     *
+     * @return void
+     */
+    function showRelationshipLinks()
+    {
+        $this->sequenceRelationships($this->page > 1, $this->count > NOTICES_PER_PAGE, // FIXME
+                                     $this->page, 'inbox', array('nickname' => $this->user->nickname));
+    }
+
     /**
      * Retrieve the messages for this user and this page
      *