mirror of
https://github.com/friendica/friendica
synced 2025-04-28 00:30:10 +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
|
@ -1239,7 +1239,7 @@ class Item extends BaseObject
|
|||
$item['wall'] = 1;
|
||||
$item['origin'] = 1;
|
||||
$item['network'] = NETWORK_DFRN;
|
||||
$item['protocol'] = PROTOCOL_DFRN;
|
||||
$item['protocol'] = Conversation::PARCEL_DFRN;
|
||||
|
||||
if (is_int($notify)) {
|
||||
$priority = $notify;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue