]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/subqueuelist.php
Pending subscription requests now work as they should
[quix0rs-gnu-social.git] / lib / subqueuelist.php
1 <?php
2
3 if (!defined('GNUSOCIAL')) { exit(1); }
4
5 class SubQueueList extends ProfileList
6 {
7     public function newListItem(Profile $target)
8     {
9         return new SubQueueListItem($target, $this->action);
10     }
11 }