mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:44:22 +02:00
New "remote self" option: Native Reshare
This commit is contained in:
parent
96d4ec0f53
commit
bda5d43f1e
3 changed files with 45 additions and 6 deletions
|
@ -139,7 +139,12 @@ class Contact
|
|||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
const MIRROR_DEACTIVATED = 0;
|
||||
const MIRROR_FORWARDED = 1;
|
||||
const MIRROR_OWN_POST = 2;
|
||||
const MIRROR_NATIVE_RESHARE = 3;
|
||||
|
||||
/**
|
||||
* @param array $fields Array of selected fields, empty for all
|
||||
* @param array $condition Array of fields for condition
|
||||
* @param array $params Array of several parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue