mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:44:23 +02:00
Legacy DFRN transport layer is removed
This commit is contained in:
parent
fd37a57678
commit
3a5523820c
27 changed files with 199 additions and 3175 deletions
|
@ -38,7 +38,7 @@ class Conversation
|
|||
const PARCEL_SALMON = 3;
|
||||
const PARCEL_FEED = 4; // Deprecated
|
||||
const PARCEL_SPLIT_CONVERSATION = 6;
|
||||
const PARCEL_LEGACY_DFRN = 7;
|
||||
const PARCEL_LEGACY_DFRN = 7; // Deprecated
|
||||
const PARCEL_DIASPORA_DFRN = 8;
|
||||
const PARCEL_LOCAL_DFRN = 9;
|
||||
const PARCEL_DIRECT = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue