]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Notification/Type.php
Replace "forum" by "group" in the rest of the code
[friendica.git] / src / Model / Notification / Type.php
index d972f38314862e2c422e57baee7d50ccceec7863..3476a2ca9bfa149f377ae3a43077ce5c5a2e9daf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -42,7 +42,7 @@ class Type
        const TAG_SELF = 128;
        /** @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 */
+       /** @var int Notification about either a contact had posted something directly or the contact is a mentioned group */
        const SHARE = 1024;
 
        /** @var int Global System notifications */