]> git.mxchange.org Git - friendica.git/commitdiff
Remove extra lines from TimelineOrderByTypes.php to get rid of server side only forma...
authorHank Grabowski <hankgrabowski@gmail.com>
Tue, 28 Feb 2023 18:12:11 +0000 (13:12 -0500)
committerHank Grabowski <hankgrabowski@gmail.com>
Tue, 28 Feb 2023 18:12:11 +0000 (13:12 -0500)
src/Object/Api/Mastodon/TimelineOrderByTypes.php

index 9ab5a3ccf9bf3faab6eb668deb4004cf59646ccb..a58f8927335b1e1463516868d37a3f6fce0f41d1 100644 (file)
@@ -27,14 +27,9 @@ namespace Friendica\Object\Api\Mastodon;
 abstract class TimelineOrderByTypes
 {
        const CHANGED   = 'changed';
-
        const CREATED   = 'created';
-
        const COMMENTED = 'commented';
-
        const EDITED    = 'edited';
-
        const ID        = 'id';
-
        const RECEIVED  = 'received';
 }