friendica/src/Object/Api/Twitter
Roland Häder 4bdce6948f
Changed:
- $publicContact['about'] can be NULL, causing following error:
--------------------------
Argument 1 passed to Friendica\Content\Text\BBCode::toPlaintext() must be of
the type string, null given, called in /.../src/Object/Api/Twitter/User.php
--------------------------
The "expensive" code there can be avoided being called by an empty string or
NULL to increase performance.
2022-06-26 23:28:48 +02:00
..
Attachment.php Update copyright 2022-01-02 08:27:47 +01:00
DirectMessage.php Fix all license header & be less aggressive 2022-01-07 00:35:28 +01:00
Hashtag.php Update copyright 2022-01-02 08:27:47 +01:00
Media.php Update copyright 2022-01-02 08:27:47 +01:00
Mention.php Update copyright 2022-01-02 08:27:47 +01:00
SavedSearch.php Update copyright 2022-01-02 08:27:47 +01:00
Status.php API: Fix display of reshares / return value of activities 2022-02-28 20:10:42 +00:00
Url.php Update copyright 2022-01-02 08:27:47 +01:00
User.php Changed: 2022-06-26 23:28:48 +02:00