gnu-social/src/Entity
Diogo Peralta Cordeiro 888c3798b7
[COMPONENT][Notification] Make logic more generic and robust
Fixed various bugs

Some important concepts to bear in mind:

* Notification: Associated with activities, won't be reconstructed
together with objects, can be thought of as transient

* Attention: Associated with objects, will be reconstructed with them, can
be thought as persistent

* Notifications and Attentions have no direct implications.

* Mentions are a specific form of attentions in notes, leads to the creation of Attentions.

Finally,

Potential PHP issue detected and reported: https://github.com/php/php-src/issues/8199
`static::method()` from a non static context (such as a class method) calls `__call`, rather than
the expected `__callStatic`. Can be fixed by using `(static fn() => static::method())()`, but the
usage of the magic method is strictly unnecessary in this case.
2022-03-14 11:37:09 +00:00
..
Activity.php [COMPONENT][Notification] Make logic more generic and robust 2022-03-14 11:37:09 +00:00
Actor.php [UTIL][Common] Respect detect language setting 2022-03-09 14:24:50 +00:00
ActorBlock.php [AUTOGENERATED] Update auto generated code 2021-12-26 19:16:15 +00:00
ConfirmAddress.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00
Feed.php [COMPONENT][Feed] Refactor Feed component 2021-12-30 18:28:56 +00:00
Invitation.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00
LocalUser.php [TOOLS] Add explicit return types to fix deprecation warnings raised by PHPUnit 2022-03-09 01:37:10 +00:00
LocationService.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00
Note.php [COMPONENT][Notification] Make logic more generic and robust 2022-03-14 11:37:09 +00:00
NoteLocation.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00
NoteSource.php [AUTOGENERATED] Update auto generated code 2021-12-26 19:16:15 +00:00
RememberMeToken.php [AUTOGENERATED] Update auto generated code 2021-12-26 19:16:15 +00:00
ReservedNickname.php [AUTOGENERATED] Update auto generated code 2021-12-26 19:16:15 +00:00
ResetPasswordRequest.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00
SmsCarrier.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00
UserLocationPrefs.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00
UserUrlShortenerPrefs.php [AUTOGENERATED] Update autogenerated code 2021-12-27 03:06:30 +00:00