mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
Rename PROTOCOL_* constants to Model\Conversation::PARCEL_*
- Remove unused Conversation::PROTOCOL_GS_CONVERSATION constant - Remove now renamed PROTOCOL_* constant declarations
This commit is contained in:
parent
ffe16be7d6
commit
c13dc549ed
7 changed files with 29 additions and 43 deletions
|
@ -20,12 +20,12 @@ use Friendica\Core\L10n;
|
|||
use Friendica\Core\System;
|
||||
use Friendica\Database\DBA;
|
||||
use Friendica\Model\Contact;
|
||||
use Friendica\Model\Conversation;
|
||||
use Friendica\Model\Event;
|
||||
use Friendica\Model\GContact;
|
||||
use Friendica\Model\Group;
|
||||
use Friendica\Model\Item;
|
||||
use Friendica\Model\Profile;
|
||||
use Friendica\Model\PermissionSet;
|
||||
use Friendica\Model\Profile;
|
||||
use Friendica\Model\User;
|
||||
use Friendica\Object\Image;
|
||||
use Friendica\Util\Crypto;
|
||||
|
@ -2401,7 +2401,7 @@ class DFRN
|
|||
|
||||
$item = $header;
|
||||
|
||||
$item["protocol"] = PROTOCOL_DFRN;
|
||||
$item["protocol"] = Conversation::PARCEL_DFRN;
|
||||
|
||||
$item["source"] = $xml;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue