]> 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 c823545fbf8b3e84607f69dda815c98c54e4003e..3476a2ca9bfa149f377ae3a43077ce5c5a2e9daf 100644 (file)
@@ -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 */