rename method

This commit is contained in:
yggverse 2024-11-28 02:46:40 +02:00
parent 9084c10211
commit 2c3b147337
4 changed files with 5 additions and 5 deletions

View file

@ -81,7 +81,7 @@ impl Navigation {
.gemini
.auth
.memory
.match_request(&request_text)
.match_scope(&request_text)
.is_some(),
!request_text.is_empty() && request_text.starts_with("gemini"),
);