mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-29 07:27:26 +08:00
fix: Subscription filter not working when using types=all parameter
This commit is contained in:
@@ -82,7 +82,7 @@ class ClientController extends Controller
|
|||||||
*/
|
*/
|
||||||
private function parseRequestedTypes(?string $typeInputString): array
|
private function parseRequestedTypes(?string $typeInputString): array
|
||||||
{
|
{
|
||||||
if (blank($typeInputString)) {
|
if (blank($typeInputString) || $typeInputString === 'all') {
|
||||||
return Server::VALID_TYPES;
|
return Server::VALID_TYPES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user