Remove extra lines from TimelineOrderByTypes.php to get rid of server side only formatting error
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user