Update euphoxide
This fixes authentication for rooms requiring passwords
This commit is contained in:
parent
7568fb3434
commit
65fa1b8afd
4 changed files with 19 additions and 17 deletions
|
|
@ -61,7 +61,7 @@ pub struct Rooms {
|
|||
order: Order,
|
||||
|
||||
euph_server_config: ServerConfig,
|
||||
euph_next_instance_id: u32,
|
||||
euph_next_instance_id: usize,
|
||||
euph_rooms: HashMap<String, EuphRoom>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue