Hypolite Petovan 8adb0825a6
Merge pull request #10083 from annando/post-user
Use the "post-user" table instead of the "post" table for deletion checks
2021-03-26 17:03:24 -04:00
..
2020-09-01 13:40:37 +00:00
2020-09-11 19:24:40 +02:00
2021-03-02 07:06:22 +00:00
2020-12-17 18:08:07 +00:00
2021-03-02 07:06:22 +00:00
2019-03-22 22:56:57 -04:00
2020-12-03 22:32:51 +00:00
2020-12-05 21:07:48 +00:00
2020-12-03 22:32:51 +00:00

Friendica\Worker

The Worker namespace contains all asynchronous workers of Friendica. The all have to implement the function public static function execute().

They are all executed by the Worker.