Refactor room_version support code

Fix advertising unsupported room versions
This commit is contained in:
dasha_uwu
2026-02-09 00:16:56 +05:00
committed by Jason Volk
parent d6ae4e5ff2
commit 4bba40982c
12 changed files with 79 additions and 93 deletions

View File

@@ -1,6 +1,7 @@
pub mod check;
pub mod manager;
pub mod proxy;
pub mod room_version;
use std::{
collections::{BTreeMap, BTreeSet},