friendica/src/Module/Api
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
..
Friendica Fix parameter names before being passed to Model\Event::store 2022-10-07 17:20:22 -04:00
GNUSocial Rewrite: 2022-10-15 00:44:06 +02:00
Mastodon Rewrite: 2022-10-15 00:44:06 +02:00
Twitter Rewrite: 2022-10-15 00:44:06 +02:00
ApiResponse.php Changed: 2022-08-19 19:12:29 +02:00