mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
Merge pull request #4399 from MrPetovan/task/3878-move-include-bbcode-to-src
Move include/bbcode to src/ part 1 : Everything but bbcode()
This commit is contained in:
commit
85c8bf0228
15 changed files with 1615 additions and 1505 deletions
|
@ -11,6 +11,14 @@ require_once "include/dba.php";
|
|||
|
||||
class Conversation
|
||||
{
|
||||
const PROTOCOL_UNKNOWN = 0;
|
||||
const PROTOCOL_DFRN = 1;
|
||||
const PROTOCOL_DIASPORA = 2;
|
||||
const PROTOCOL_OSTATUS_SALMON = 3;
|
||||
const PROTOCOL_OSTATUS_FEED = 4; // Deprecated
|
||||
const PROTOCOL_GS_CONVERSATION = 5; // Deprecated
|
||||
const PROTOCOL_SPLITTED_CONV = 6;
|
||||
|
||||
/**
|
||||
* @brief Store the conversation data
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue