You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-09 10:01:45 +03:00
Allow fetching more nodes by their IDs
This commit is contained in:
@ -20,7 +20,7 @@ use mas_storage::{
|
||||
user::{
|
||||
lookup_user_by_username, lookup_user_email, mark_user_email_as_verified, register_user,
|
||||
},
|
||||
Clock,
|
||||
Clock, LookupError,
|
||||
};
|
||||
use rand::SeedableRng;
|
||||
use tracing::{info, warn};
|
||||
|
Reference in New Issue
Block a user