mirror of
https://github.com/friendica/friendica
synced 2025-04-25 13:10:11 +00:00
Moved all OStatus code in a single file.
This commit is contained in:
parent
168906f9c9
commit
c8430f4c44
4 changed files with 444 additions and 446 deletions
3
boot.php
3
boot.php
|
@ -415,9 +415,6 @@ if(! class_exists('App')) {
|
|||
// array of instanced template engines ('name'=>'instance')
|
||||
public $template_engine_instance = array();
|
||||
|
||||
// Used for reducing load to the ostatus completion
|
||||
public $last_ostatus_conversation_url;
|
||||
|
||||
private $ldelim = array(
|
||||
'internal' => '',
|
||||
'smarty3' => '{{'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue