mirror of
https://github.com/friendica/friendica
synced 2025-04-29 21:04:24 +02:00
"MIRROR_FORWARDED" is removed
This commit is contained in:
parent
25992b063a
commit
352b7a0ac3
4 changed files with 24 additions and 5 deletions
|
@ -106,7 +106,7 @@ class Contact
|
|||
*/
|
||||
|
||||
const MIRROR_DEACTIVATED = 0;
|
||||
const MIRROR_FORWARDED = 1;
|
||||
const MIRROR_FORWARDED = 1; // Deprecated, now does the same like MIRROR_OWN_POST
|
||||
const MIRROR_OWN_POST = 2;
|
||||
const MIRROR_NATIVE_RESHARE = 3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue