02b6ac3ed3
limit parameter was missing from docblock
2022-03-15 08:46:26 +01:00
12038d45d0
PHP deprecation warning due wrong order of function parameters
...
With PHP 8.0 I got the following PHP Deprecation message
```
PHP Deprecated: Required parameter $limit follows optional parameter $ids in src/Worker/UpdateContacts.php on line 104
```
this PR fixes the wrong order of the parameters.
2022-03-15 08:44:17 +01:00
Balázs Úr
e56a53647b
Update copyright
2022-01-02 08:27:47 +01:00
afe3c8954c
Simplified functionality to load the profile in the sidebar
2021-07-23 12:39:37 +00:00
08cd651a03
Improved performance for UpdateContacts
2021-07-21 15:12:30 +00:00
Balázs Úr
054c301ef0
Update copyright
2021-03-29 08:40:20 +02:00
a3e713d01b
Use "failed" instead of "archive" for contact update check
2021-03-07 20:34:13 +00:00
7f4722ce6f
Less blocking clean up, adding of missing posts
2021-03-03 07:07:29 +00:00
5f48d6497e
Fix slow queries
2021-03-01 22:19:47 +00:00
07c07ec499
More "item" traces removed
2021-02-14 09:43:27 +00:00
2b8adf5073
Remove unused contacts
2020-12-05 21:07:48 +00:00
8e9a9b2049
Improved logging
2020-12-04 07:54:29 +00:00
9f96f3ef34
Moved updating personal contacts to updatecontact
2020-12-04 05:53:11 +00:00