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:
parent
13b4598c83
commit
fc4f004312
|
|
@ -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},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue