0 minimum query length

This commit is contained in:
Amber 2025-06-13 21:29:13 +01:00
parent a929dc5154
commit 2491ca0944
No known key found for this signature in database
GPG key ID: 81E4B6CCB9561611

View file

@ -69,7 +69,7 @@ async def on_message(event: Dict[str, Any], client: AsyncWebClient):
"action_id": "tag-list",
"type": "multi_external_select",
"placeholder": {"type": "plain_text", "text": "Select tags"},
"min_query_length": 1,
"min_query_length": 0,
},
},
{