Add 'euph.rooms.<name>.username' config option
This commit is contained in:
parent
6e6fddc0b1
commit
d0ba210855
4 changed files with 21 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ use crate::macros::ok_or_return;
|
|||
|
||||
#[derive(Debug, Clone, Default, Deserialize)]
|
||||
pub struct EuphRoom {
|
||||
pub username: Option<String>,
|
||||
pub password: Option<String>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue