1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-26 09:21:27 +00:00
friendica-github/src/Module/Api/Twitter/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
..
Destroy.php API: several fixes to the Twitter/Statusnet API 2022-02-25 19:16:40 +00:00
HomeTimeline.php Rewrite: 2022-10-15 00:44:06 +02:00
Mentions.php Rewrite: 2022-10-15 00:44:06 +02:00
NetworkPublicTimeline.php Rewrite: 2022-10-15 00:44:06 +02:00
PublicTimeline.php Rewrite: 2022-10-15 00:44:06 +02:00
Retweet.php API: several fixes to the Twitter/Statusnet API 2022-02-25 19:16:40 +00:00
Show.php Rewrite: 2022-10-15 00:44:06 +02:00
Update.php Rewrite: 2022-10-15 00:44:06 +02:00
UserTimeline.php Rewrite: 2022-10-15 00:44:06 +02:00