Browse Source

no message

Tree 22 hours ago
parent
commit
7b8e458f1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Util.php

+ 1 - 1
app/Util.php

@@ -482,7 +482,7 @@ class Util {
                     return false;
                 }
                 $channelConfig = WebChannelConfig::getByChannel($user['Channel']);
-                if (!$channelConfig || $channelConfig->PlatformName !== 'apk') {
+                if (!$channelConfig || !(in_array($channelConfig->PlatformName,['apk','gg']))) {
                     return false;
                 }
             }