fix: Add missing versions to fake matrix api

This makes it easier to
use the FakeMatrixApi in
other packages for unit
tests.
This commit is contained in:
Krille Fear 2022-06-03 11:05:30 +00:00
parent 13b4598c83
commit fc4f004312
1 changed files with 3 additions and 1 deletions

View File

@ -1278,7 +1278,9 @@ class FakeMatrixApi extends MockClient {
'r0.2.0',
'r0.3.0',
'r0.4.0',
'r0.5.0'
'r0.5.0',
'v1.1',
'v1.2',
],
'unstable_features': {'m.lazy_load_members': true},
},