@@ -177,23 +177,23 @@ class RoomVersions:
177177        msc2403_knocking = False ,
178178        msc2716_historical = False ,
179179    )
180-     MSC3083  =  RoomVersion (
181-         "org.matrix.msc3083.v2 " ,
182-         RoomDisposition .UNSTABLE ,
180+     V7  =  RoomVersion (
181+         "7 " ,
182+         RoomDisposition .STABLE ,
183183        EventFormatVersions .V3 ,
184184        StateResolutionVersions .V2 ,
185185        enforce_key_validity = True ,
186186        special_case_aliases_auth = False ,
187187        strict_canonicaljson = True ,
188188        limit_notifications_power_levels = True ,
189189        msc2176_redaction_rules = False ,
190-         msc3083_join_rules = True ,
191-         msc2403_knocking = False ,
190+         msc3083_join_rules = False ,
191+         msc2403_knocking = True ,
192192        msc2716_historical = False ,
193193    )
194-     V7  =  RoomVersion (
195-         "7 " ,
196-         RoomDisposition .STABLE ,
194+     MSC2716  =  RoomVersion (
195+         "org.matrix.msc2716 " ,
196+         RoomDisposition .UNSTABLE ,
197197        EventFormatVersions .V3 ,
198198        StateResolutionVersions .V2 ,
199199        enforce_key_validity = True ,
@@ -203,10 +203,10 @@ class RoomVersions:
203203        msc2176_redaction_rules = False ,
204204        msc3083_join_rules = False ,
205205        msc2403_knocking = True ,
206-         msc2716_historical = False ,
206+         msc2716_historical = True ,
207207    )
208-     MSC2716  =  RoomVersion (
209-         "org.matrix.msc2716 " ,
208+     V8  =  RoomVersion (
209+         "8 " ,
210210        RoomDisposition .STABLE ,
211211        EventFormatVersions .V3 ,
212212        StateResolutionVersions .V2 ,
@@ -215,9 +215,9 @@ class RoomVersions:
215215        strict_canonicaljson = True ,
216216        limit_notifications_power_levels = True ,
217217        msc2176_redaction_rules = False ,
218-         msc3083_join_rules = False ,
218+         msc3083_join_rules = True ,
219219        msc2403_knocking = True ,
220-         msc2716_historical = True ,
220+         msc2716_historical = False ,
221221    )
222222
223223
@@ -231,9 +231,9 @@ class RoomVersions:
231231        RoomVersions .V5 ,
232232        RoomVersions .V6 ,
233233        RoomVersions .MSC2176 ,
234-         RoomVersions .MSC3083 ,
235234        RoomVersions .V7 ,
236235        RoomVersions .MSC2716 ,
236+         RoomVersions .V8 ,
237237    )
238238}
239239
0 commit comments