Add 'euph.rooms.<name>.force_username' config option
This commit is contained in:
parent
d0ba210855
commit
6150d05255
4 changed files with 9 additions and 7 deletions
|
|
@ -105,6 +105,7 @@ impl EuphRoom {
|
|||
let (room, euph_room_event_rx) = euph::Room::new(
|
||||
store,
|
||||
self.config.username.clone(),
|
||||
self.config.force_username,
|
||||
self.config.password.clone(),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue