restore http lookup

This commit is contained in:
Hazelnoot 2025-03-26 21:01:07 -04:00
parent 28bf01ab4a
commit 86bfafe27f

View file

@ -28,7 +28,7 @@ export async function lookup(router?: Router) {
return;
}
if (query.startsWith('https://')) {
if (query.startsWith('http://') || query.startsWith('https://')) {
const res = await apLookup(query);
if (res.type === 'User') {