mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-09 21:01:52 +00:00
deploy: a1eee94a86
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ function includesQuery(field, query) {
|
||||
}
|
||||
|
||||
function textIncludesQuery(text, query) {
|
||||
text ? text.toLowerCase().includes(query) : false
|
||||
return text ? text.toLowerCase().includes(query) : false
|
||||
}
|
||||
|
||||
function uriIncludesQuery(uri, query) {
|
||||
|
||||
Reference in New Issue
Block a user