Empty comments removed
authorMichael <heluecht@pirati.ca>
Sun, 10 Oct 2021 05:38:49 +0000 (05:38 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 10 Oct 2021 05:38:49 +0000 (05:38 +0000)
src/Module/Search/Acl.php

index 6b1434b9cf73b23d378da69e2fe6572bfc77e120..f0e9450be67d0bbac22a8aa1efeaa68c466d604c 100644 (file)
@@ -41,11 +41,11 @@ use Friendica\Util\Strings;
  */
 class Acl extends BaseModule
 {
-       const TYPE_GLOBAL_CONTACT        = 'x'; //
-       const TYPE_MENTION_CONTACT       = 'c'; //
+       const TYPE_GLOBAL_CONTACT        = 'x';
+       const TYPE_MENTION_CONTACT       = 'c';
        const TYPE_MENTION_GROUP         = 'g';
        const TYPE_MENTION_CONTACT_GROUP = '';
-       const TYPE_MENTION_FORUM         = 'f'; //
+       const TYPE_MENTION_FORUM         = 'f';
        const TYPE_PRIVATE_MESSAGE       = 'm';
        const TYPE_ANY_CONTACT           = 'a';