"MIRROR_FORWARDED" is removed

This commit is contained in:
Michael 2022-11-23 14:00:34 +00:00
parent 25992b063a
commit 352b7a0ac3
4 changed files with 24 additions and 5 deletions

View file

@ -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;