Skip to content

Commit 5b73bf3

Browse files
committed
Room version 6 is now a thing
MSC2788 (matrix-org/matrix-spec-proposals#2788) etc
1 parent c16b093 commit 5b73bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/models/room.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ import {ReEmitter} from '../ReEmitter';
3737
// room versions which are considered okay for people to run without being asked
3838
// to upgrade (ie: "stable"). Eventually, we should remove these when all homeservers
3939
// return an m.room_versions capability.
40-
const KNOWN_SAFE_ROOM_VERSION = '5';
41-
const SAFE_ROOM_VERSIONS = ['1', '2', '3', '4', '5'];
40+
const KNOWN_SAFE_ROOM_VERSION = '6';
41+
const SAFE_ROOM_VERSIONS = ['1', '2', '3', '4', '5', '6'];
4242

4343
function synthesizeReceipt(userId, event, receiptType) {
4444
// console.log("synthesizing receipt for "+event.getId());

0 commit comments

Comments
 (0)