cleanup and fix backfill from server getting
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
68ad351f84
commit
373991a8d6
2 changed files with 33 additions and 59 deletions
|
@ -309,7 +309,7 @@ pub(crate) async fn register_route(
|
|||
|
||||
// log in conduit admin channel if a guest registered
|
||||
if body.appservice_info.is_none() && is_guest && services().globals.log_guest_registrations() {
|
||||
info!("New guest user \"{user_id}\" registered on this server from IP.");
|
||||
info!("New guest user \"{user_id}\" registered on this server.");
|
||||
|
||||
if let Some(device_display_name) = &body.initial_device_display_name {
|
||||
if body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue