1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
11944dda32 old boot.php functions replaced in various places 2022-10-19 07:44:08 -04:00
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
b7cee324b0 Add legacy notification endpoint for deprecated Notify entity
- Add dependencies to Notifications\Notification module class
2022-03-14 07:56:21 -04:00
7ce97459d4 Deprecated the notify table/classes 2022-03-14 07:56:20 -04:00