mark room version 11 as stable
there's nothing unstable about this, and per upstream only unstable room versions are used if they are complex to support (versions <=5) Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b7a2482e4d
commit
223f05c922
1 changed files with 3 additions and 7 deletions
|
@ -125,15 +125,11 @@ impl Service<'_> {
|
|||
RoomVersionId::V8,
|
||||
RoomVersionId::V9,
|
||||
RoomVersionId::V10,
|
||||
];
|
||||
// Experimental, partially supported room versions
|
||||
let unstable_room_versions = vec![
|
||||
RoomVersionId::V2,
|
||||
RoomVersionId::V3,
|
||||
RoomVersionId::V4,
|
||||
RoomVersionId::V5,
|
||||
RoomVersionId::V11,
|
||||
];
|
||||
// Experimental, partially supported room versions
|
||||
let unstable_room_versions = vec![RoomVersionId::V2, RoomVersionId::V3, RoomVersionId::V4, RoomVersionId::V5];
|
||||
|
||||
// 19456 Kib blocks, iterations = 2, parallelism = 1 for more info https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#argon2id
|
||||
let argon = Argon2::new(
|
||||
argon2::Algorithm::Argon2id,
|
||||
|
|
Loading…
Add table
Reference in a new issue