]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Notification/Type.php
spelling: resource
[friendica.git] / src / Model / Notification / Type.php
index 86deead4f3f48caa1dc7b130abb76ce55f7c0438..c823545fbf8b3e84607f69dda815c98c54e4003e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -38,17 +38,9 @@ class Type
        const MAIL = 16;
        /** @var int Notification about a friend suggestion */
        const SUGGEST = 32;
-       /** @var int Unknown Notification
-        * @deprecated
-        */
-       const PROFILE = 64;
        /** @var int Notification about being tagged in a post */
        const TAG_SELF = 128;
-       /** @var int Notification about being tagged
-        * @deprecated
-        */
-       const TAG_SHARE = 256;
-       /** @var int Notification about getting poked/prodded/etc. */
+       /** @var int Notification about getting poked/prodded/etc. (Obsolete) */
        const POKE = 512;
        /** @var int Notification about either a contact had posted something directly or the contact is a mentioned forum */
        const SHARE = 1024;