mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Merge pull request #6978 from annando/no-queue
Remove the queue from the core
This commit is contained in:
commit
9ed3f3d6d0
13 changed files with 48 additions and 421 deletions
|
@ -690,11 +690,6 @@ Here is a complete list of all hook callbacks with file locations (as of 24-Sep-
|
|||
|
||||
Hook::callAll('notifier_end', $target_item);
|
||||
|
||||
### src/Worker/Queue.php
|
||||
|
||||
Hook::callAll('queue_predeliver', $r);
|
||||
Hook::callAll('queue_deliver', $params);
|
||||
|
||||
### src/Module/Login.php
|
||||
|
||||
Hook::callAll('authenticate', $addon_auth);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue