Add 'euph.rooms.<name>.force_username' config option

This commit is contained in:
Joscha 2022-08-25 23:19:40 +02:00
parent d0ba210855
commit 6150d05255
4 changed files with 9 additions and 7 deletions

View file

@ -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(),
);