friendica/src/Module/ActivityPub
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
..
Featured.php Issue 11427: id values of OrderedCollections have to contain the page number 2022-04-21 04:29:08 +00:00
Followers.php Issue 11427: id values of OrderedCollections have to contain the page number 2022-04-21 04:29:08 +00:00
Following.php Issue 11427: id values of OrderedCollections have to contain the page number 2022-04-21 04:29:08 +00:00
Inbox.php Unified JSON exit 2022-04-09 11:58:01 +00:00
Objects.php Rewrite: 2022-10-15 00:44:06 +02:00
Outbox.php Issue 11427: id values of OrderedCollections have to contain the page number 2022-04-21 04:29:08 +00:00