X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=c74eb418f38fc0d5c9115f0507dd93e2603994b0;hb=5e846dd7c29fe93e583c195e97513e221dac31b9;hp=e63e3d4e86631240f50015c3368f25981e3426f4;hpb=ee5207410c71492b2e771479ff1890d8ef4552da;p=friendica.git diff --git a/boot.php b/boot.php index e63e3d4e86..c74eb418f3 100644 --- a/boot.php +++ b/boot.php @@ -32,7 +32,7 @@ use Friendica\Core\System; use Friendica\Database\DBA; use Friendica\DI; use Friendica\Model\Contact; -use Friendica\Model\Notify; +use Friendica\Model\Notification; use Friendica\Util\BasePath; use Friendica\Util\DateTimeFormat; @@ -145,36 +145,36 @@ $netgroup_ids = [ define('MAX_LIKERS', 75); /** - * @name Notify + * @name Notification * * Email notification options * @{ */ -/** @deprecated since 2020.03, use Notify\Type::INTRO instead */ -define('NOTIFY_INTRO', Notify\Type::INTRO); -/** @deprecated since 2020.03, use Notify\Type::CONFIRM instead */ -define('NOTIFY_CONFIRM', Notify\Type::CONFIRM); -/** @deprecated since 2020.03, use Notify\Type::WALL instead */ -define('NOTIFY_WALL', Notify\Type::WALL); -/** @deprecated since 2020.03, use Notify\Type::COMMENT instead */ -define('NOTIFY_COMMENT', Notify\Type::COMMENT); -/** @deprecated since 2020.03, use Notify\Type::MAIL instead */ -define('NOTIFY_MAIL', Notify\Type::MAIL); -/** @deprecated since 2020.03, use Notify\Type::SUGGEST instead */ -define('NOTIFY_SUGGEST', Notify\Type::SUGGEST); -/** @deprecated since 2020.03, use Notify\Type::PROFILE instead */ -define('NOTIFY_PROFILE', Notify\Type::PROFILE); -/** @deprecated since 2020.03, use Notify\Type::TAG_SELF instead */ -define('NOTIFY_TAGSELF', Notify\Type::TAG_SELF); -/** @deprecated since 2020.03, use Notify\Type::TAG_SHARE instead */ -define('NOTIFY_TAGSHARE', Notify\Type::TAG_SHARE); -/** @deprecated since 2020.03, use Notify\Type::POKE instead */ -define('NOTIFY_POKE', Notify\Type::POKE); -/** @deprecated since 2020.03, use Notify\Type::SHARE instead */ -define('NOTIFY_SHARE', Notify\Type::SHARE); - -/** @deprecated since 2020.12, use Notify\Type::SYSTEM instead */ -define('NOTIFY_SYSTEM', Notify\Type::SYSTEM); +/** @deprecated since 2020.03, use Notification\Type::INTRO instead */ +define('NOTIFY_INTRO', Notification\Type::INTRO); +/** @deprecated since 2020.03, use Notification\Type::CONFIRM instead */ +define('NOTIFY_CONFIRM', Notification\Type::CONFIRM); +/** @deprecated since 2020.03, use Notification\Type::WALL instead */ +define('NOTIFY_WALL', Notification\Type::WALL); +/** @deprecated since 2020.03, use Notification\Type::COMMENT instead */ +define('NOTIFY_COMMENT', Notification\Type::COMMENT); +/** @deprecated since 2020.03, use Notification\Type::MAIL instead */ +define('NOTIFY_MAIL', Notification\Type::MAIL); +/** @deprecated since 2020.03, use Notification\Type::SUGGEST instead */ +define('NOTIFY_SUGGEST', Notification\Type::SUGGEST); +/** @deprecated since 2020.03, use Notification\Type::PROFILE instead */ +define('NOTIFY_PROFILE', Notification\Type::PROFILE); +/** @deprecated since 2020.03, use Notification\Type::TAG_SELF instead */ +define('NOTIFY_TAGSELF', Notification\Type::TAG_SELF); +/** @deprecated since 2020.03, use Notification\Type::TAG_SHARE instead */ +define('NOTIFY_TAGSHARE', Notification\Type::TAG_SHARE); +/** @deprecated since 2020.03, use Notification\Type::POKE instead */ +define('NOTIFY_POKE', Notification\Type::POKE); +/** @deprecated since 2020.03, use Notification\Type::SHARE instead */ +define('NOTIFY_SHARE', Notification\Type::SHARE); + +/** @deprecated since 2020.12, use Notification\Type::SYSTEM instead */ +define('NOTIFY_SYSTEM', Notification\Type::SYSTEM); /* @}*/ /**