Fix room deletion popup not checking entered name

From the looks of it, I accidentally broke it in v0.7.0 in commit
9bc6931fae.
This commit is contained in:
Joscha 2024-01-02 12:56:37 +01:00
parent 13a4fa0938
commit f4967731a1
2 changed files with 7 additions and 4 deletions

View file

@ -25,6 +25,9 @@ Procedure when bumping the version number:
- The config file format was changed to support multiple euph servers with different domains.
Options previously located at `euph.rooms.*` should be reviewed and moved to `euph.servers."euphoria.leet.nu".rooms.*`.
### Fixed
- Room deletion popup accepting any room name
## v0.7.1 - 2023-08-31
### Changed