@@ -36,7 +36,7 @@ export async function queryProfile(
name='_'
}
if(!name.match(/^[A-Za-z0-9-_]+$/))returnnull
if(!name.match(/^[A-Za-z0-9-_.]+$/))returnnull
if(!domain.includes('.'))returnnull
letres
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.