Merge pull request #1759 from matrix-org/erikj/rooms_v2

Room v2 proposal
This commit is contained in:
Andrew Morgan 2018-12-23 17:05:39 +01:00 committed by GitHub
commit e7c6670c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,14 @@
# MSC 1759 - Rooms V2
This MSC proposes creating a new room version to allow servers and users to opt
in to using the new state resolution algorithm.
## Proposal
The new room version is called "2". The only difference between v2 and v1 is
that v2 rooms use the v2 state resolution algorithm, as defined in MSC 1442 and
MSC 1693.
It is not proposed that servers change the default room version used when
creating new rooms.