rename forbidden_room_names to forbidden_alias_names
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
5e880ac44a
commit
61f49ecf0e
6 changed files with 9 additions and 9 deletions
|
@ -953,7 +953,7 @@ impl KeyValueDatabase {
|
|||
}
|
||||
|
||||
{
|
||||
let patterns = &services().globals.config.forbidden_room_names;
|
||||
let patterns = &services().globals.config.forbidden_alias_names;
|
||||
if !patterns.is_empty() {
|
||||
for address in services().rooms.metadata.iter_ids() {
|
||||
let room_id = address?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue