friendica/src/Module/Api/Mastodon/Statuses
Roland Häder da66730e4f
Rewrite:
- moved constants GRAVITY_* from boot.php to Friendica\Model\Item
- also rewrote some array initialization:

From:
````
<?php
$arr = [];
$arr['foo'] = "FOO";
````

To:
````
<?php
$arr['foo'] = "FOO";
````
- added a few type-hints
2022-10-15 00:44:06 +02:00
..
Bookmark.php Rewrite: 2022-10-15 00:44:06 +02:00
Card.php Update copyright 2022-01-02 08:27:47 +01:00
Context.php Rewrite: 2022-10-15 00:44:06 +02:00
Favourite.php Update copyright 2022-01-02 08:27:47 +01:00
FavouritedBy.php Rewrite: 2022-10-15 00:44:06 +02:00
Mute.php Rewrite: 2022-10-15 00:44:06 +02:00
Pin.php Several performance improvements 2022-08-15 13:23:01 +00:00
Reblog.php Update copyright 2022-01-02 08:27:47 +01:00
RebloggedBy.php Rewrite: 2022-10-15 00:44:06 +02:00
Unbookmark.php Rewrite: 2022-10-15 00:44:06 +02:00
Unfavourite.php Update copyright 2022-01-02 08:27:47 +01:00
Unmute.php Rewrite: 2022-10-15 00:44:06 +02:00
Unpin.php Increase cache lifespan / clear cache upon changes 2022-05-17 12:32:25 +00:00
Unreblog.php Update copyright 2022-01-02 08:27:47 +01:00