friendica/src/Object
Jakobus Schürz 4b2e920957 show "parent unknown" when parent not federated
in some cases (visibility is private of parent comment), there is no
parent federated to my instance, and then the comment "hangs around"
with no information, why there is no parent.

For normal users this can be confusing, why all exept "this" comment
have parents.

So i added a simple text instead of link to parent with a "title" field
with a small explanation, why parent is not viewable.

translations done
2023-10-09 20:10:02 +02:00
..
Api Add support for source_url in Mastodon\InstanceV2 2023-10-03 20:55:15 -04:00
EMail Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Log Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Search Convert ContactResult->url parameter to UriInterface 2023-04-20 07:43:17 -04:00
Email.php Happy New Year 2023! 2023-01-01 09:36:24 -05:00
Image.php spelling: canvas 2023-03-26 18:59:11 -04:00
OEmbed.php Handle exception on "head" / missing class variable added 2023-04-11 02:11:39 +00:00
Post.php show "parent unknown" when parent not federated 2023-10-09 20:10:02 +02:00
README.md typo 2019-03-22 22:56:57 -04:00
Thread.php More code simplification 2023-09-02 19:32:43 +00:00

Friendica\Object

The namespace Object contains dynamic classes which are not directly interacting with the datastore.

They are used to implement business logic for a particular object (i.e. an Image).