Fix connecting to rooms as bot instead of human
This commit is contained in:
parent
582cac8421
commit
da3d84c9d8
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue