1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
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
Balázs Úr
e56a53647b Update copyright 2022-01-02 08:27:47 +01:00
b56ccbcf2b More objects added 2021-11-23 10:12:11 +00:00
e1d4f96b06 Remove unused user fields 2021-11-21 20:14:48 +00:00
1f79d25ffc Replaced "api_date" 2021-11-18 21:43:13 +00:00
2bb1805a67 Added profile picture 2021-11-16 23:57:12 +00:00
6ea426178a API: moved classes / unified user array creation 2021-11-16 23:21:40 +00:00
Balázs Úr
054c301ef0 Update copyright 2021-03-29 08:40:20 +02:00
0fc5f26ff7 Replace BaseEntity with BaseDataTransferObject class for API representation classes 2021-01-23 05:42:58 -05:00
61014feec3
Fix ContactEndpoint & tests 2020-09-12 10:01:13 +02:00
173264eaab Add Twitter User Object and Factory 2020-06-08 21:51:42 -04:00