Rename admin room bot from conduit to conduwuit

This commit is contained in:
Odd E. Ebbesen 2025-03-05 03:53:41 +01:00
parent e3b81f7b64
commit 59bd087ebd

View file

@ -64,7 +64,7 @@ impl crate::Service for Service {
admin_alias: OwnedRoomAliasId::try_from(format!("#admins:{}", &args.server.name))
.expect("#admins:server_name is valid alias name"),
server_user: UserId::parse_with_server_name(
String::from("conduit"),
String::from("conduwuit"),
&args.server.name,
)
.expect("@conduit:server_name is valid"),