restore http lookup
This commit is contained in:
@@ -28,7 +28,7 @@ export async function lookup(router?: Router) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (query.startsWith('https://')) {
|
if (query.startsWith('http://') || query.startsWith('https://')) {
|
||||||
const res = await apLookup(query);
|
const res = await apLookup(query);
|
||||||
|
|
||||||
if (res.type === 'User') {
|
if (res.type === 'User') {
|
||||||
|
|||||||
Reference in New Issue
Block a user