]> git.mxchange.org Git - friendica.git/blob - src/Collection/PermissionSets.php
Notifications cleared for a whole thread in case of one mark seen
[friendica.git] / src / Collection / PermissionSets.php
1 <?php
2
3 namespace Friendica\Collection;
4
5 use Friendica\BaseCollection;
6
7 class PermissionSets extends BaseCollection
8 {
9
10 }