]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Notification/Type.php
spelling: resource
[friendica.git] / src / Model / Notification / Type.php
index 88172a23f6e6c2db14e468fcd6f19195d21e0e86..c823545fbf8b3e84607f69dda815c98c54e4003e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -40,7 +40,7 @@ class Type
        const SUGGEST = 32;
        /** @var int Notification about being tagged in a post */
        const TAG_SELF = 128;
-       /** @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;