mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-15 04:10:51 +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
|
||||
{
|
||||
if (blank($typeInputString)) {
|
||||
if (blank($typeInputString) || $typeInputString === 'all') {
|
||||
return Server::VALID_TYPES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user