(text)
| 2106 | } |
| 2107 | |
| 2108 | function buildWebLookupQuery(text) { |
| 2109 | return String(text || "").trim(); |
| 2110 | } |
| 2111 | |
| 2112 | function noteQqImageRequest(event) { |
| 2113 | if (!event.groupId || event.type === "private_message") return; |
no outgoing calls
no test coverage detected