mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Fix all errors in Protocol namespace
This commit is contained in:
parent
5469637f2b
commit
9638113244
10 changed files with 46 additions and 36 deletions
|
@ -12,7 +12,6 @@ use Friendica\Contact\FriendSuggest\Exception\FriendSuggestNotFoundException;
|
|||
use Friendica\Core\Logger;
|
||||
use Friendica\Core\Protocol;
|
||||
use Friendica\Core\Worker;
|
||||
use Friendica\Database\Database;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\DI;
|
||||
use Friendica\Model\Contact;
|
||||
|
@ -48,6 +47,8 @@ class Delivery
|
|||
$top_level = false;
|
||||
$followup = false;
|
||||
$public_message = false;
|
||||
$parent = false;
|
||||
$thr_parent = false;
|
||||
|
||||
$items = [];
|
||||
if ($cmd == self::MAIL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue