Ver Fonte

no message

Tree há 22 horas atrás
pai
commit
7b8e458f1c
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
                 }
             }