Fix connecting to rooms as bot instead of human

This commit is contained in:
Joscha 2023-03-04 22:00:37 +01:00
parent 582cac8421
commit da3d84c9d8

View file

@ -103,6 +103,7 @@ impl EuphRoom {
.clone()
.room(self.vault().room().to_string())
.name(format!("{room}-{}", next_instance_id))
.human(true)
.username(self.config.username.clone())
.force_username(self.config.force_username)
.password(self.config.password.clone());